fixes for upgrade schema script
This commit is contained in:
3345
db/danbooru1.struct.sql
Normal file
3345
db/danbooru1.struct.sql
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ class CreateUploads < ActiveRecord::Migration
|
||||
t.column :uploader_id, :integer, :null => false
|
||||
t.column :uploader_ip_addr, "inet", :null => false
|
||||
t.column :tag_string, :text, :null => false
|
||||
t.column :status, :string, :null => false, :default => "pending"
|
||||
t.column :status, :text, :null => false, :default => "pending"
|
||||
t.column :backtrace, :text
|
||||
t.column :post_id, :integer
|
||||
t.column :md5_confirmation, :string
|
||||
|
||||
Reference in New Issue
Block a user