mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 22:03:11 +07:00
#65: Add subject and identifier metadata
This commit is contained in:
@@ -1 +1 @@
|
||||
db.version=5
|
||||
db.version=6
|
||||
@@ -0,0 +1,3 @@
|
||||
alter table T_DOCUMENT add column DOC_SUBJECT_C varchar(500);
|
||||
alter table T_DOCUMENT add column DOC_IDENTIFIER_C varchar(500);
|
||||
update T_CONFIG set CFG_VALUE_C = '6' where CFG_ID_C = 'DB_VERSION';
|
||||
Reference in New Issue
Block a user