From b168100e1d8d8fe06d134004a8878e715e5bdd4f Mon Sep 17 00:00:00 2001
From: Daniel K Lyons <dlyons@nrao.edu>
Date: Wed, 2 Sep 2020 11:54:34 -0600
Subject: [PATCH] Update the README

---
 schema/README    | 1 -
 schema/README.md | 7 +++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 delete mode 100644 schema/README
 create mode 100644 schema/README.md

diff --git a/schema/README b/schema/README
deleted file mode 100644
index 98e4f9c44..000000000
--- a/schema/README
+++ /dev/null
@@ -1 +0,0 @@
-Generic single-database configuration.
\ No newline at end of file
diff --git a/schema/README.md b/schema/README.md
new file mode 100644
index 000000000..c0d37022a
--- /dev/null
+++ b/schema/README.md
@@ -0,0 +1,7 @@
+# Workspaces Schema
+
+To upgrade to the newest schema, run:
+
+    env CAPO_PROFILE=$PROFILE alembic upgrade head
+
+where `$PROFILE` is `local` or `nmtest` or `nmprod` or whatever.
\ No newline at end of file
-- 
GitLab