Skip to content

Commit

Permalink
SQLite doesn't support ON CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Nov 26, 2012
1 parent 43e9166 commit 6685861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/05setup_db-uploads.t
Expand Up @@ -137,7 +137,7 @@ sub create_sqlite_databases {
`type` text NOT NULL,
`name` text NOT NULL,
`weight` int NOT NULL,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`id` int DEFAULT 0
)'
);
Expand Down

0 comments on commit 6685861

Please sign in to comment.