mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-06 14:13:11 +07:00
#67: Relations database schema
This commit is contained in:
@@ -1 +1 @@
|
||||
db.version=6
|
||||
db.version=7
|
||||
@@ -0,0 +1,3 @@
|
||||
create cached table T_RELATION ( REL_ID_C varchar(36) not null, REL_IDDOCFROM_C varchar(36) not null, REL_IDDOCTO_C varchar(36) not null, REL_DELETEDATE_D datetime, primary key (REL_ID_C) );
|
||||
|
||||
update T_CONFIG set CFG_VALUE_C = '7' where CFG_ID_C = 'DB_VERSION';
|
||||
Reference in New Issue
Block a user