Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Dec 10, 2012
1 parent a52bab4 commit bdb48b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/00schema.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;

DROP TABLE `resume`;
DROP TABLE IF EXISTS `resume`;
CREATE TABLE `resume` (
`id` INTEGER PRIMARY KEY AUTOINCREMENT,
`pauseid` varchar(40) NOT NULL default '',
Expand Down

0 comments on commit bdb48b2

Please sign in to comment.