spec/fixtures/realizes.yml in enju_leaf-1.1.0.rc3 vs spec/fixtures/realizes.yml in enju_leaf-1.1.0.rc4
- old
+ new
@@ -1,83 +1,83 @@
---
realize_00001:
updated_at: 2008-01-11 23:28:19.277110 +09:00
expression_id: 1
- patron_id: 1
+ agent_id: 1
id: 1
position: 1
created_at: 2008-01-11 23:28:19.277110 +09:00
realize_00002:
updated_at: 2008-01-11 23:28:57.068191 +09:00
expression_id: 2
- patron_id: 2
+ agent_id: 2
id: 2
position: 2
created_at: 2008-01-11 23:28:57.068191 +09:00
realize_00003:
updated_at: 2008-01-11 23:32:03.701425 +09:00
expression_id: 3
- patron_id: 3
+ agent_id: 3
id: 3
position: 1
created_at: 2008-01-11 23:32:03.701425 +09:00
realize_00004:
updated_at: 2008-01-11 02:34:20.183962 +09:00
expression_id: 4
- patron_id: 1
+ agent_id: 1
id: 4
position: 1
created_at: 2008-01-11 02:34:20.183962 +09:00
realize_00005:
updated_at: 2008-01-11 02:34:32.352223 +09:00
expression_id: 5
- patron_id: 2
+ agent_id: 2
id: 5
position: 1
created_at: 2008-01-11 02:34:32.352223 +09:00
realize_00006:
updated_at: 2008-01-11 23:35:36.467584 +09:00
expression_id: 1
- patron_id: 3
+ agent_id: 3
id: 6
position: 2
created_at: 2008-01-11 23:35:36.467584 +09:00
realize_00007:
updated_at: 2008-01-11 02:40:24.038276 +09:00
expression_id: 2
- patron_id: 1
+ agent_id: 1
id: 7
position: 2
created_at: 2008-01-11 02:40:24.038276 +09:00
realize_00008:
updated_at: 2008-01-11 02:40:40.316742 +09:00
expression_id: 3
- patron_id: 2
+ agent_id: 2
id: 8
position: 2
created_at: 2008-01-11 02:40:40.316742 +09:00
realize_00009:
updated_at: 2008-01-11 02:40:55.664604 +09:00
expression_id: 4
- patron_id: 3
+ agent_id: 3
id: 9
position: 2
created_at: 2008-01-11 02:40:55.664604 +09:00
realize_00010:
updated_at: 2008-01-11 02:44:37.135721 +09:00
expression_id: 5
- patron_id: 1
+ agent_id: 1
id: 10
position: 2
created_at: 2008-01-11 02:44:37.135721 +09:00
# == Schema Information
#
# Table name: realizes
#
# id :integer not null, primary key
-# patron_id :integer not null
+# agent_id :integer not null
# expression_id :integer not null
# position :integer
# type :string(255)
# created_at :datetime
# updated_at :datetime