Revert "Fixed #189 - Increase data size of tanslation strings."
This reverts commit 33c60a553d
.
This commit is contained in:
parent
33c60a553d
commit
457cd68735
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue