forked from bofh/fetsite
ADD: Informationsseite:
Models für Themengruppen/Themen/FAQs/Attachments Views für Themengruppen/Themen
This commit is contained in:
@@ -6,7 +6,7 @@ class TranslateThemen < ActiveRecord::Migration
|
||||
}, {
|
||||
#:migrate_data => true
|
||||
})
|
||||
add_column :thema_translations, :themen_id, :integer
|
||||
add_column :thema_translations, :theman_id, :integer
|
||||
remove_column :thema_translations, :thema_id
|
||||
|
||||
Themengruppe.create_translation_table!({
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
class AddThemaidToThemaTranslations < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :thema_translations, :theman_id, :integer
|
||||
remove_column :thema_translations, :themen_id, :integer
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user