winix/winixd/models
Tomasz Sowa a94e09f0aa added support for Model migrations
now we have a table core.migration and each model (User, Group, Item, ItemContent and a new Migration) have its own
row in the table with a version number

added to config:
db_make_migration_if_needed and db_stop_if_migration_fails (need description yet)
2021-05-14 03:31:29 +02:00
..
Makefile Item class has been moved to a new directory 'models', a new class has been added: ItemContent 2021-02-24 01:19:47 +01:00
Makefile.dep make depend 2021-05-11 22:22:10 +02:00
Makefile.o.dep make depend 2021-04-30 01:35:40 +02:00
group.cpp added support for Model migrations 2021-05-14 03:31:29 +02:00
group.h added support for Model migrations 2021-05-14 03:31:29 +02:00
item.cpp added support for Model migrations 2021-05-14 03:31:29 +02:00
item.h added support for Model migrations 2021-05-14 03:31:29 +02:00
itemcontent.cpp added support for Model migrations 2021-05-14 03:31:29 +02:00
itemcontent.h added support for Model migrations 2021-05-14 03:31:29 +02:00
migration.cpp added support for Model migrations 2021-05-14 03:31:29 +02:00
migration.h added support for Model migrations 2021-05-14 03:31:29 +02:00
user.cpp added support for Model migrations 2021-05-14 03:31:29 +02:00
user.h added support for Model migrations 2021-05-14 03:31:29 +02:00