From 2cf71f2ec7d2d6133b9ad2346e5e3ccb1410a3a0 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Feb 2021 14:58:59 -0700 Subject: Initial working version of archiver --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3