mirror of
https://github.com/github/rails.git
synced 2026-01-25 22:38:33 -05:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user