projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merged add_tags and lib.search into lib.tags.
[zzz-floof.git]
/
floof
/
model
/
meta.py
diff --git
a/floof/model/meta.py
b/floof/model/meta.py
index
1a20aa7
..
2992ae7
100644
(file)
--- a/
floof/model/meta.py
+++ b/
floof/model/meta.py
@@
-9,7
+9,3
@@
engine = None
# SQLAlchemy session manager. Updated by model.init_model()
Session = scoped_session(sessionmaker())
# SQLAlchemy session manager. Updated by model.init_model()
Session = scoped_session(sessionmaker())
-
-# Global metadata. If you have multiple databases with overlapping table
-# names, you'll need a metadata for each database
-metadata = MetaData()