[ap4r-devel] [267] branches/200709_gihyo/async_shop/as_rails/test/fixtures: Change column names to current names in database.
shino at rubyforge.org
shino at rubyforge.org
Tue Aug 28 03:36:11 EDT 2007
Revision: 267
Author: shino
Date: 2007-08-28 03:36:11 -0400 (Tue, 28 Aug 2007)
Log Message:
-----------
Change column names to current names in database.
Modified Paths:
--------------
branches/200709_gihyo/async_shop/as_rails/test/fixtures/orders.yml
branches/200709_gihyo/async_shop/as_rails/test/fixtures/payments.yml
Modified: branches/200709_gihyo/async_shop/as_rails/test/fixtures/orders.yml
===================================================================
--- branches/200709_gihyo/async_shop/as_rails/test/fixtures/orders.yml 2007-08-27 08:39:25 UTC (rev 266)
+++ branches/200709_gihyo/async_shop/as_rails/test/fixtures/orders.yml 2007-08-28 07:36:11 UTC (rev 267)
@@ -3,9 +3,9 @@
id: 1
customer_id: 1
item: MyString
- orderd_at: 2007-08-23
+ created_at: 2007-08-23
two:
id: 2
customer_id: 1
item: MyString
- orderd_at: 2007-08-23
+ created_at: 2007-08-23
Modified: branches/200709_gihyo/async_shop/as_rails/test/fixtures/payments.yml
===================================================================
--- branches/200709_gihyo/async_shop/as_rails/test/fixtures/payments.yml 2007-08-27 08:39:25 UTC (rev 266)
+++ branches/200709_gihyo/async_shop/as_rails/test/fixtures/payments.yml 2007-08-28 07:36:11 UTC (rev 267)
@@ -2,8 +2,8 @@
one:
id: 1
order_id: 1
- payed_at: 2007-08-23
+ created_at: 2007-08-23
two:
id: 2
order_id: 1
- payed_at: 2007-08-23
+ created_at: 2007-08-23
More information about the ap4r-devel
mailing list