authorities can also have a 'name' for standalone deployments
[sfa.git] / sfa / storage / migrations / versions / 002_authority_pis.py
index b0dbe55..e19a6bc 100644 (file)
@@ -4,7 +4,7 @@
 from sqlalchemy import Table, MetaData, Column, ForeignKey
 from sqlalchemy import Integer, String
 
-metadata=MetaData()
+metadata = MetaData()
 
 # this is needed by migrate so it can locate 'records.record_id'
 records = \