From 2b007a5a500b635ddcfe4b9a512777f3d21fa6b6 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 3 Feb 2021 14:29:24 -0700 Subject: Initial commit of project --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e70f362 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ + +# Generating Migrations + +``` +alembic revision --autogenerate --message "Create the example Database" +``` + -- cgit v1.2.3