From 74995f99595d30b6b3383d3761cbd730b3cb7798 Mon Sep 17 00:00:00 2001 From: Jocelyn Delande Date: Sat, 21 May 2016 23:47:12 +0200 Subject: Handle migrations through alembic/flask-Migrations Auto-initialization now applies migrations instead of using db. create_all() fix #83 --- budget/migrations/README | 1 + 1 file changed, 1 insertion(+) create mode 100755 budget/migrations/README (limited to 'budget/migrations/README') diff --git a/budget/migrations/README b/budget/migrations/README new file mode 100755 index 0000000..98e4f9c --- /dev/null +++ b/budget/migrations/README @@ -0,0 +1 @@ +Generic single-database configuration. \ No newline at end of file -- cgit v1.1