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

@@ -12,5 +12,3 @@ CREATE TABLE edit_menu_group (
flag VARCHAR,
order_number INT NOT NULL
) INHERITS (edit_generic) WITHOUT OIDS;