From 9d748e5a5bc110f2e97405b97ffecebba1c01898 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 17 May 2010 13:44:01 -0400 Subject: [PATCH] this doesnt apply anymore --- sample_notes.txt | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 sample_notes.txt diff --git a/sample_notes.txt b/sample_notes.txt deleted file mode 100644 index e6b87124..00000000 --- a/sample_notes.txt +++ /dev/null @@ -1,48 +0,0 @@ -# temporary sample notes - - -# commands: - -alembic list-templates - Available templates: - - generic - plain migration template - pylons - uses Pylons .ini file and environment - multidb - illustrates multi-database usage - -alembic init ./scripts - --template argument is required. - - Available templates: - - generic - plain migration template - pylons - uses Pylons .ini file and environment - multidb - illustrates multi-database usage - -alembic init --template=generic ./scripts - using template 'generic'.... - creating script dir './scripts'.... - copying 'env.py'... - copying 'script.py.mako'... - generating 'alembic.ini'... - done ! edit 'sqlalchemy.url' in alembic.ini - -alembic revision -m "do something else" -alembic upgrade -alembic revert -r jQq57 -alembic history -alembic splice jQq57 Pz953 -alembic branches - -# with pylons - use paster commands ? - -scripts directory looks like: - -./scripts/ - env.py - script.py.mako - lfh56_do_this.py - jQq57_do_that.py - Pzz19_do_something_else.py - - -- 2.47.2