Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADD] bump version to 15.0.1.0.1 #66

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

hbrunn
Copy link
Contributor

@hbrunn hbrunn commented Nov 27, 2023

hier der Vorschlag die Versionsnummer nach jedem Release im Code zu erhöhen, so dass Migrationsscripts fur die neue Version einfach zugefügt werden können.

Das kannst Du am Besten gleich mergen, aber eine Datenbank behalten die noch die alte Versionsnummer hat, um die Migration testen zu können.

Die hacky Version davon ist

update ir_module_module set latest_version='15.0.1.0.0' where name='verdigado_attendance';

das funktioniert aber nur solange es mir gelingt die Migrationsscripts idempotent zu schreiben, das wird nicht immer einfach.

@albig albig merged commit a9ba1d3 into verdigado:15.0 Nov 28, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants