]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
this doesnt apply anymore
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 May 2010 17:44:01 +0000 (13:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 May 2010 17:44:01 +0000 (13:44 -0400)
sample_notes.txt [deleted file]

diff --git a/sample_notes.txt b/sample_notes.txt
deleted file mode 100644 (file)
index e6b8712..0000000
+++ /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
-            
-