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:
Jeremy Kemper
2005-10-06 21:52:47 +00:00
parent c2da5e57cd
commit bcb50f3c89

View File

@@ -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