Revert "Fixed #189 - Increase data size of tanslation strings."

This reverts commit 33c60a553d.
This commit is contained in:
Rolf Schmidt 2016-08-02 15:06:26 +02:00
parent 33c60a553d
commit 457cd68735

View file

@ -1,7 +1,6 @@
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