winix/winixd/db
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 Makefiles: added path to morm/src to -I flags 2018-11-23 18:28:15 +00:00
Makefile.dep make depend 2021-05-11 22:22:10 +02:00
Makefile.o.dep Makefile deps 2021-02-25 00:15:03 +01:00
db.cpp added support for Model migrations 2021-05-14 03:31:29 +02:00
db.h added support for Model migrations 2021-05-14 03:31:29 +02:00
dbbase.cpp updated to the new Pikotools api (new Space struct) 2021-04-09 17:50:58 +02:00
dbbase.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
dbconn.cpp moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00
dbconn.h start working on 0.7.x branch 2018-11-21 11:03:53 +00:00
dbtextstream.cpp updated to the new Pikotools api (new Space struct) 2021-04-09 17:50:58 +02:00
dbtextstream.h moved winix directories to winixd subdirectory 2016-03-17 08:24:59 +00:00