]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Oct 2005 06:01:56 +0000 (06:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Oct 2005 06:01:56 +0000 (06:01 +0000)
examples/adjacencytree/tables.py

index d721d9330a34c472a500ecdd5cf3b1d691e58e40..18286508787647f4e5fc9b9e2b64a481ae2d9f84 100644 (file)
@@ -14,4 +14,8 @@ trees = Table('treenodes', engine,
     Column('node_name', String(50), nullable=False)
     )
     
+print "\n\n\n----------------------------"
+print "Creating Tree Table:"
+print "----------------------------"
+    
 trees.create()
\ No newline at end of file