Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • osian/sucs-site
  • kais58/sucs-site
  • imranh/sucs-site
  • foshjedi2004/sucs-site
  • gigosaurus/sucs-site
  • matstn/sucs-site
  • ripp_/sucs-site
  • eggnog/sucs-site
  • sucssite/sucs-site
  • elbows/sucs-site
  • realitykiller/sucs-site
  • crox/sucs-site
  • vectre/sucs-site
  • welshbyte/sucs-site
  • paperclipman/sucs-site
15 results
Show changes
Showing
with 832 additions and 1050 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -204,6 +204,7 @@ CREATE TABLE election_votes ( ...@@ -204,6 +204,7 @@ CREATE TABLE election_votes (
treasurer text, treasurer text,
secretary text, secretary text,
publicity text, publicity text,
gaming text,
ipaddress text ipaddress text
); );
   
...@@ -2090,7 +2091,7 @@ COPY menu (id, title, parent, menuorder, target, title_cy, permission) FROM stdi ...@@ -2090,7 +2091,7 @@ COPY menu (id, title, parent, menuorder, target, title_cy, permission) FROM stdi
21 Joining 3 1 /About/Joining Ymunwch \N 21 Joining 3 1 /About/Joining Ymunwch \N
18 Staff 3 3 /About/Staff Staff \N 18 Staff 3 3 /About/Staff Staff \N
12 Room 3 2 /About/Room Ystafell \N 12 Room 3 2 /About/Room Ystafell \N
15 Games \N 6 /Games Gêmau \N 15 Games \N 6 https://games.sucs.org Gêmau \N
11 Web Mail 8 3 https://sucs.org/webmail/ Ebost Gwe \N 11 Web Mail 8 3 https://sucs.org/webmail/ Ebost Gwe \N
30 ShortURI 8 2 /Tools/ShortURI \N \N 30 ShortURI 8 2 /Tools/ShortURI \N \N
31 PasteBin 8 4 /Tools/PasteBin \N \N 31 PasteBin 8 4 /Tools/PasteBin \N \N
...@@ -2100,7 +2101,7 @@ COPY menu (id, title, parent, menuorder, target, title_cy, permission) FROM stdi ...@@ -2100,7 +2101,7 @@ COPY menu (id, title, parent, menuorder, target, title_cy, permission) FROM stdi
19 Members 16 1 /Community/Members Aelodau \N 19 Members 16 1 /Community/Members Aelodau \N
20 Societies 16 2 /Community/Societies Cymdeithasau \N 20 Societies 16 2 /Community/Societies Cymdeithasau \N
33 Desktop on Demand 8 5 /Tools/Desktop on Demand \N \N 33 Desktop on Demand 8 5 /Tools/Desktop on Demand \N \N
34 Projects 16 8 /Community/Projects \N \N 34 Projects 16 8 https://projects.sucs.org/explore \N \N
3 About \N 2 /About Amdano \N 3 About \N 2 /About Amdano \N
16 Community \N 4 /Community Cymuned \N 16 Community \N 4 /Community Cymuned \N
37 Talks 16 5 /Community/Talks \N \N 37 Talks 16 5 /Community/Talks \N \N
......
DELETE FROM session;
ALTER TABLE session DROP COLUMN time;
ALTER TABLE session ADD COLUMN logintime timestamp(0) without time zone;
ALTER TABLE session ADD COLUMN lastseen timestamp(0) without time zone;
DELETE FROM menu WHERE title='Bananas';
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.