Fixed #189 - Increase data size of tanslation strings.

This commit is contained in:
Rolf Schmidt 2016-08-02 15:05:57 +02:00
parent 49b660d84f
commit 33c60a553d

View file

@ -1,6 +1,7 @@
class IncreaseColumnLength < ActiveRecord::Migration
def change
change_table(:translations) do |t|
# test
t.change :source, :string, limit: 500, null: false
t.change :target, :string, limit: 500, null: false
t.change :target_initial, :string, limit: 500, null: false