summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-07-05 17:19:31 -0600
committermo khan <mo@mokhan.ca>2014-07-05 17:19:31 -0600
commit95363ae4db627c291cdeea91b6a69596c23d36c3 (patch)
treef1d1b62bbaef7a642d002900a94c1683a2308656 /db/schema.rb
parente3127ef21db2327f33829ff7bf600e462ff4c496 (diff)
add watermark to photos.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index ee84f02f..2277abca 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140705230409) do
+ActiveRecord::Schema.define(version: 20140705231829) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -118,6 +118,7 @@ ActiveRecord::Schema.define(version: 20140705230409) do
t.float "latitude"
t.float "longitude"
t.string "sha256"
+ t.string "watermark"
end
add_index "photos", ["creation_id"], name: "index_photos_on_creation_id", using: :btree