Skip to content

Commit

Permalink
Update installation/sql/postgresql/base.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Harald Leithner <leithner@itronic.at>
  • Loading branch information
brianteeman and HLeithner committed Jul 12, 2023
1 parent b46fa29 commit 9a92b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/sql/postgresql/base.sql
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ CREATE TABLE IF NOT EXISTS "#__menu_types" (
"title" varchar(48) NOT NULL,
"description" varchar(255) DEFAULT '' NOT NULL,
"client_id" int DEFAULT 0 NOT NULL,
"ordering" int NOT NULL DEFAULT 0,
"ordering" int NOT NULL DEFAULT 0,
PRIMARY KEY ("id"),
CONSTRAINT "#__menu_types_idx_menutype" UNIQUE ("menutype")
);
Expand Down

0 comments on commit 9a92b3c

Please sign in to comment.