update db/schema
This commit is contained in:
parent
298327d2af
commit
ba88ce6be4
1 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended to check this file into your version control system.
|
# It's strongly recommended to check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema.define(:version => 20120208231253) do
|
ActiveRecord::Schema.define(:version => 20120301143226) do
|
||||||
|
|
||||||
create_table "account_deletions", :force => true do |t|
|
create_table "account_deletions", :force => true do |t|
|
||||||
t.string "diaspora_handle"
|
t.string "diaspora_handle"
|
||||||
|
|
@ -65,7 +65,6 @@ ActiveRecord::Schema.define(:version => 20120208231253) do
|
||||||
t.string "guid", :null => false
|
t.string "guid", :null => false
|
||||||
t.text "author_signature"
|
t.text "author_signature"
|
||||||
t.text "parent_author_signature"
|
t.text "parent_author_signature"
|
||||||
t.text "youtube_titles"
|
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.integer "likes_count", :default => 0, :null => false
|
t.integer "likes_count", :default => 0, :null => false
|
||||||
|
|
@ -310,7 +309,6 @@ ActiveRecord::Schema.define(:version => 20120208231253) do
|
||||||
t.string "remote_photo_name"
|
t.string "remote_photo_name"
|
||||||
t.string "random_string"
|
t.string "random_string"
|
||||||
t.string "processed_image"
|
t.string "processed_image"
|
||||||
t.text "youtube_titles"
|
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "unprocessed_image"
|
t.string "unprocessed_image"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue