Skip to content

Commit

Permalink
remove page creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
wangf1122 committed Apr 1, 2024
1 parent a0a5534 commit 7d8e03d
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@ INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system

UPDATE Settings SET value='4.4.3' WHERE name='system/platform/version';
UPDATE Settings SET value='0' WHERE name='system/platform/subVersion';

CREATE TABLE spg_page_group
(
language VARCHAR(255) not null,
linktext VARCHAR(255) not null,
groupid int not null,
primary key(language,linktext, groupid),
foreign key(language, linktext) references spg_page(language, linktext),
foreign key(groupid) references groups(id)
);

0 comments on commit 7d8e03d

Please sign in to comment.