|
|
|
@ -755,11 +755,6 @@ ActiveRecord::Schema.define(:version => 20140428013546) do
|
|
|
|
|
add_index "time_entries", ["project_id"], :name => "time_entries_project_id"
|
|
|
|
|
add_index "time_entries", ["user_id"], :name => "index_time_entries_on_user_id"
|
|
|
|
|
|
|
|
|
|
create_table "tmp", :force => true do |t|
|
|
|
|
|
t.string "name"
|
|
|
|
|
t.string "part_number"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "tokens", :force => true do |t|
|
|
|
|
|
t.integer "user_id", :default => 0, :null => false
|
|
|
|
|
t.string "action", :limit => 30, :default => "", :null => false
|
|
|
|
@ -966,10 +961,4 @@ ActiveRecord::Schema.define(:version => 20140428013546) do
|
|
|
|
|
add_index "workflows", ["role_id", "tracker_id", "old_status_id"], :name => "wkfs_role_tracker_old_status"
|
|
|
|
|
add_index "workflows", ["role_id"], :name => "index_workflows_on_role_id"
|
|
|
|
|
|
|
|
|
|
create_table "yans", :force => true do |t|
|
|
|
|
|
t.string "name"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|