From: Johnnie Lamar Odom II Date: Mon, 14 Oct 2019 16:30:44 +0000 (-0500) Subject: (Resubmit with DB change) Sevenoaks Release. Lots of bugfixes from Gordon. Added... X-Git-Url: https://git.planwatch.world/gitweb/?a=commitdiff_plain;h=deeb47b2d243a070a6f39ebe648c98f38685333e;p=planworld_public.git (Resubmit with DB change) Sevenoaks Release. Lots of bugfixes from Gordon. Added Blocklists. Enough functionality now exists to build proper clients. --- diff --git a/setup/planworld_mysql_db_create.sql b/setup/planworld_mysql_db_create.sql index 8a57ee2..0586371 100644 --- a/setup/planworld_mysql_db_create.sql +++ b/setup/planworld_mysql_db_create.sql @@ -210,7 +210,7 @@ insert into news_seq (id) values (0); insert into cookies_seq (id) values (0); - +insert into pw_groups (gid, uid, name, pos) values (1, 0, 'People', 0); insert into timezones (name) values ('Europe/Andorra'); insert into timezones (name) values ('Asia/Dubai');