Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_with_options tests not fail in SQL Server #2128 [Tom Ward]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2168 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2005-09-09 08:34:51 +00:00
parent 0439769324
commit e5cc729b18

View File

@@ -22,7 +22,7 @@ CREATE TABLE topics (
written_on datetime default NULL,
bonus_time datetime default NULL,
last_read datetime default NULL,
content text,
content varchar(255) default NULL,
approved tinyint default 1,
replies_count int default 0,
parent_id int default NULL,