mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-23 01:29:14 +00:00
minor sql fixes
This commit is contained in:
parent
939f70aea4
commit
adf4b954f0
|
|
@ -1,4 +1,4 @@
|
|||
BEGIN;
|
||||
START TRANSACTION;
|
||||
|
||||
CREATE TABLE "tblDownloadLinks" (
|
||||
"id" SERIAL UNIQUE,
|
||||
|
|
@ -31,6 +31,6 @@ CREATE TABLE "tblFolderAttributeDefinitionGroup" (
|
|||
UNIQUE ("folder", "attrgrp")
|
||||
);
|
||||
|
||||
UPDATE tblVersion set major=6, minor=1, subminor=0;
|
||||
UPDATE tblVersion set "major"=6, "minor"=1, "subminor"=0;
|
||||
|
||||
COMMIT;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user