- Fixes tag editing
- Adds tag syncing - Fixes a few other things No tag CR yet Requires new 1.0 DB upgrade
This commit is contained in:
parent
f00e5501e9
commit
9bcdf021dd
19 changed files with 1355 additions and 334 deletions
|
@ -1249,3 +1249,4 @@ INSERT INTO "syncObjectTypes" VALUES(1, 'collection');
|
|||
INSERT INTO "syncObjectTypes" VALUES(2, 'creator');
|
||||
INSERT INTO "syncObjectTypes" VALUES(3, 'item');
|
||||
INSERT INTO "syncObjectTypes" VALUES(4, 'search');
|
||||
INSERT INTO "syncObjectTypes" VALUES(5, 'tag');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue