2 SQL files missing

- added them now
pull/63/head
Andras Iklody 2012-12-17 16:03:10 +01:00
parent 1ceadab700
commit b6807708ee
2 changed files with 2 additions and 0 deletions

1
app/MYSQL.analysis.sql Normal file
View File

@ -0,0 +1 @@
alter table events add column analysis tinyint(1) UNSIGNED DEFAULT NULL;

1
app/MYSQL.change_pw.sql Normal file
View File

@ -0,0 +1 @@
alter table users add column change_pw tinyint(1) UNSIGNED DEFAULT NULL;