mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix fixture problem for pgsql
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2178 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
4836c4081d
commit
4b53e26ef6
1 changed files with 2 additions and 2 deletions
4
activerecord/test/fixtures/topics.yml
vendored
4
activerecord/test/fixtures/topics.yml
vendored
|
@ -7,7 +7,7 @@ first:
|
|||
last_read: 2004-04-15
|
||||
bonus_time: 2005-01-30t15:28:00.00+01:00
|
||||
content: Have a nice day
|
||||
approved: 0
|
||||
approved: '0'
|
||||
replies_count: 0
|
||||
|
||||
second:
|
||||
|
@ -16,6 +16,6 @@ second:
|
|||
author_name: Mary
|
||||
written_on: 2003-07-15t15:28:00.00+01:00
|
||||
content: Have a nice day
|
||||
approved: 1
|
||||
approved: '1'
|
||||
replies_count: 2
|
||||
parent_id: 1
|
||||
|
|
Loading…
Reference in a new issue