]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/map_bugs.yml
Rename some columns and indexes in the bug tables
[rails.git] / test / fixtures / map_bugs.yml
index 7c465ab0fc1187ffa8b6639ffae0e4bca48e25cf..92a02a6883a90b6b100153ec90656288383f8388 100644 (file)
@@ -7,8 +7,8 @@ open_bug:
   longitude: <%= 1*SCALE %>
   status: open
   tile: <%= QuadTile.tile_for_point(1,1) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-01-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-01-01 00:00:00
 
 open_bug_with_comment:
   id: 2
@@ -16,8 +16,8 @@ open_bug_with_comment:
   longitude: <%= 1.1*SCALE %>
   status: open
   tile: <%= QuadTile.tile_for_point(1.1,1.1) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-02-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-02-01 00:00:00
 
 closed_bug_with_comment:
   id: 3
@@ -25,9 +25,9 @@ closed_bug_with_comment:
   longitude: <%= 1.2*SCALE %>
   status: closed
   tile: <%= QuadTile.tile_for_point(1.2,1.2) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-03-01 00:00:00
-  date_closed:  2007-03-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-03-01 00:00:00
+  closed_at:  2007-03-01 00:00:00
 
 hidden_bug_with_comment:
   id: 4
@@ -35,8 +35,8 @@ hidden_bug_with_comment:
   longitude: <%= 1.3*SCALE %>
   status: hidden
   tile: <%= QuadTile.tile_for_point(1.3,1.3) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-03-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-03-01 00:00:00
 
 bug_with_hidden_comment:
   id: 5
@@ -44,8 +44,8 @@ bug_with_hidden_comment:
   longitude: <%= 1.4*SCALE %>
   status: open
   tile: <%= QuadTile.tile_for_point(1.4,1.4) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-03-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-03-01 00:00:00
 
 bug_with_comments_by_users:
   id: 6
@@ -53,8 +53,8 @@ bug_with_comments_by_users:
   longitude: <%= 1.5*SCALE %>
   status: open
   tile: <%= QuadTile.tile_for_point(1.5,1.5) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-03-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-03-01 00:00:00
 
 
 bug_closed__by_user:
@@ -63,7 +63,7 @@ bug_closed__by_user:
   longitude: <%= 1.6*SCALE %>
   status: closed
   tile: <%= QuadTile.tile_for_point(1.6,1.6) %>
-  date_created: 2007-01-01 00:00:00
-  last_changed: 2007-03-01 00:00:00
-  date_closed:  2007-03-01 00:00:00
+  created_at: 2007-01-01 00:00:00
+  updated_at: 2007-03-01 00:00:00
+  closed_at:  2007-03-01 00:00:00