Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 89eede9

Browse files
committed
BUG: refs #0377. Fix pgsql table defs
1 parent 9391f9f commit 89eede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sizequota/database/pgsql/1.0.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DROP TABLE IF EXISTS sizequota_folderquota;
22

33
CREATE TABLE sizequota_folderquota (
4-
folderquota_id bigint serial PRIMARY KEY,
4+
folderquota_id serial PRIMARY KEY,
55
folder_id bigint NOT NULL,
66
quota character varying(50) NOT NULL
77
);

0 commit comments

Comments
 (0)