Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/SQL_query_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoor committed Dec 5, 2013
2 parents e0ef856 + 50949b9 commit 8bc1862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/tables_update.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
''' Adding fields for statement 4.12.2013 '''
Alter table `volunteers`
Add column `statement_file` varchar(255) NULL DEFAULT NULL after rank,
Add column `statement_downloaded` binary(1) NOT NULL DEFAULT 0 after statement,
Add column `statement_downloaded` binary(1) NOT NULL DEFAULT 0 after statement_file,
Add column `statement_downloaded_timestamp` timestamp NULL DEFAULT NULL after statement_downloaded;

0 comments on commit 8bc1862

Please sign in to comment.