AutoCommit Fre Jul 10 11:03:02 CEST 2015
This commit is contained in:
6
db/migrate/20150710082704_add_sid_to_themen.rb
Normal file
6
db/migrate/20150710082704_add_sid_to_themen.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddSidToThemen < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themen,:sid, :string
|
||||
add_index :themen,:sid, unique: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user