aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-17 13:52:13 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-17 13:52:13 -0800
commit21b01d1f3b1472bc028b0d0875ddb3d858d2e2d0 (patch)
treef9e55da05905ada89bd84e860d35738db7f12600 /rust
parent8a36af1664f0399f29a57b639dc0c89033578878 (diff)
downloadfatcat-21b01d1f3b1472bc028b0d0875ddb3d858d2e2d0.tar.gz
fatcat-21b01d1f3b1472bc028b0d0875ddb3d858d2e2d0.zip
SQL schema PG version note
Diffstat (limited to 'rust')
-rw-r--r--rust/migrations/2019-01-01-000000_init/up.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/migrations/2019-01-01-000000_init/up.sql b/rust/migrations/2019-01-01-000000_init/up.sql
index 57f91d44..7e702c81 100644
--- a/rust/migrations/2019-01-01-000000_init/up.sql
+++ b/rust/migrations/2019-01-01-000000_init/up.sql
@@ -1,4 +1,5 @@
--- written for Postgres 9.6 with OSSP extension for UUIDs -- ... but actually runs on Postgres 10 in qa/production
+-- written for Postgres 9.6 with OSSP extension for UUIDs
+-- ... but actually runs on Postgres 11 in qa/production/tests
-- Previously VARCHAR and fixed-size CHAR was used in this schema for specific
-- columns (especially fixed-size external identifiers, and hashes). This was