Commit 6733d04cc1f18ac4fa1f0d68b26b67997c2855f0
1 parent
09b9a114
Exists in
master
and in
28 other branches
ActionItem862: no limit for text fields
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
db/schema.rb
... | ... | @@ -250,7 +250,7 @@ ActiveRecord::Schema.define(:version => 57) do |
250 | 250 | |
251 | 251 | create_table "roles", :force => true do |t| |
252 | 252 | t.string "name" |
253 | - t.text "permissions", :limit => 255 | |
253 | + t.text "permissions" | |
254 | 254 | t.string "key" |
255 | 255 | t.boolean "system", :default => false |
256 | 256 | end | ... | ... |