Author: assaf
Date: Fri Jun  6 20:26:31 2008
New Revision: 664257

URL: http://svn.apache.org/viewvc?rev=664257&view=rev
Log:
Switched to timestamp migration.

Modified:
    ode/sandbox/singleshot/db/migrate/20080506015119_stakeholders.rb

Modified: ode/sandbox/singleshot/db/migrate/20080506015119_stakeholders.rb
URL: 
http://svn.apache.org/viewvc/ode/sandbox/singleshot/db/migrate/20080506015119_stakeholders.rb?rev=664257&r1=664256&r2=664257&view=diff
==============================================================================
--- ode/sandbox/singleshot/db/migrate/20080506015119_stakeholders.rb (original)
+++ ode/sandbox/singleshot/db/migrate/20080506015119_stakeholders.rb Fri Jun  6 
20:26:31 2008
@@ -3,7 +3,7 @@
     create_table :stakeholders do |t|
       t.integer :task_id,    :null=>false
       t.integer :person_id,  :null=>false
-      t.integer :role,       :null=>false, :limit=>2
+      t.string  :role,       :null=>false
       t.timestamps
     end
     add_index :stakeholders, [:task_id, :person_id, :role], :unique=>true


Reply via email to