Explorar el Código

added db change that should be in last commit

tBKwtWS hace 7 años
padre
commit
e2a246c45d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      pyrot.database.schema.sql

+ 2 - 1
pyrot.database.schema.sql

@@ -82,7 +82,8 @@ CREATE TABLE joins (
     channel_network character varying(40) NOT NULL,
     "user" character varying(31) NOT NULL,
     user_network character varying(40) NOT NULL,
-    joins bigint DEFAULT 0
+    joins bigint DEFAULT 0,
+    stopgreet boolean
 );