1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-04 19:37:27 +00:00

Tag colors (server)

This commit is contained in:
jendib
2013-08-07 23:45:47 +02:00
parent 1deda6e993
commit b2ab313d11
12 changed files with 90 additions and 13 deletions

View File

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

View File

@@ -0,0 +1,3 @@
alter table T_TAG add column TAG_COLOR_C varchar(6) not null;
update T_TAG set TAG_COLOR_C = '3a87ad';
update T_CONFIG set CFG_VALUE_C='2' where CFG_ID_C='DB_VERSION';