mirror of
https://github.com/github/rails.git
synced 2026-01-26 14:58:11 -05:00
sqlite topics.approved should default to true like the other dbs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2480 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -24,7 +24,7 @@ CREATE TABLE 'topics' (
|
||||
'bonus_time' TIME DEFAULT NULL,
|
||||
'last_read' DATE DEFAULT NULL,
|
||||
'content' TEXT,
|
||||
'approved' boolean DEFAULT 'f',
|
||||
'approved' boolean DEFAULT 't',
|
||||
'replies_count' INTEGER DEFAULT 0,
|
||||
'parent_id' INTEGER DEFAULT NULL,
|
||||
'type' VARCHAR(255) DEFAULT NULL
|
||||
|
||||
Reference in New Issue
Block a user