]> ruin.nu Git - ndwebbie.git/blobdiff - database/ndawn.sql
Add opening tick to raids
[ndwebbie.git] / database / ndawn.sql
index 1853e4fc014b2cb5449d05721d8c884a9f2aa834..f1301f0df0c7f73ebf30dc6f24a69881dc92f51d 100644 (file)
@@ -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,