We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d462f commit 094f544Copy full SHA for 094f544
administrator/components/com_admin/sql/updates/postgresql/5.0.0-2023-07-12.sql
@@ -1,2 +1,2 @@
1
-ALTER TABLE "#__menu_types" ADD COLUMN "ordering" int NOT NULL DEFAULT 0 AFTER "client_id";
+ALTER TABLE "#__menu_types" ADD COLUMN "ordering" int NOT NULL DEFAULT 0;
2
UPDATE "#__menu_types" SET "ordering" = "id" WHERE "client_id" = 0;
0 commit comments