1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-05 03:47:29 +00:00

Reordering files

This commit is contained in:
jendib
2013-08-03 20:19:02 +02:00
parent ae853cf789
commit c0e7e34373
8 changed files with 124 additions and 7 deletions

View File

@@ -1 +1 @@
db.version=0
db.version=1

View File

@@ -0,0 +1,2 @@
alter table T_FILE add column FIL_ORDER_N int;
update T_CONFIG set CFG_VALUE_C='1' where CFG_ID_C='DB_VERSION';