X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=blobdiff_plain;f=database%2Fndawn.sql;fp=database%2Fndawn.sql;h=f1301f0df0c7f73ebf30dc6f24a69881dc92f51d;hp=1853e4fc014b2cb5449d05721d8c884a9f2aa834;hb=7510a73591d06ced24af063d598029fd9d1bce8a;hpb=e1450c026acb6bff904eb5a3b893dc5f270ba0a1 diff --git a/database/ndawn.sql b/database/ndawn.sql index 1853e4f..f1301f0 100644 --- a/database/ndawn.sql +++ b/database/ndawn.sql @@ -2142,6 +2142,7 @@ CREATE TABLE raids ( tick integer NOT NULL, open boolean DEFAULT false NOT NULL, waves integer DEFAULT 3 NOT NULL, + open_tick integer, message text NOT NULL, removed boolean DEFAULT false NOT NULL, released_coords boolean DEFAULT false NOT NULL,