Update Serial to Identity function

Return status as varchar from change.

clean up edit table SQL files with too many empty lines
This commit is contained in:
Clemens Schwaighofer
2024-12-05 12:11:07 +09:00
parent f78c67c378
commit 0e5f637052
3 changed files with 36 additions and 37 deletions

View File

@@ -16,5 +16,3 @@ CREATE TABLE edit_page_access (
FOREIGN KEY (edit_access_right_id) REFERENCES edit_access_right (edit_access_right_id) MATCH FULL ON DELETE CASCADE ON UPDATE CASCADE,
enabled SMALLINT NOT NULL DEFAULT 0
) INHERITS (edit_generic) WITHOUT OIDS;