aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-02-03 14:58:59 -0700
committerCody Hiar <cody@hiar.ca>2021-02-03 14:58:59 -0700
commit2cf71f2ec7d2d6133b9ad2346e5e3ccb1410a3a0 (patch)
treef51b52f4e3878f398d7fcff1f1c605604c4b446a /README.md
parent2b007a5a500b635ddcfe4b9a512777f3d21fa6b6 (diff)
Initial working version of archiver
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index e70f362..83b2d0b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-# Generating Migrations
-
-```
+```bash
+# Generate Migration
alembic revision --autogenerate --message "Create the example Database"
-```
-
+# Apply Migrations
+alembic upgrade head