forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class CreateModulgruppeModulJoinTable < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :modulgruppen_moduls, :id=>false do |t|
|
||||
t.integer :modul_id
|
||||
t.integer :modulgruppe_id
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user