Add the command that registers to the SMO; Make the create registration and create...
[pti/o2.git] / o2ims / adapter / orm.py
index 6b290a5..29fff79 100644 (file)
@@ -24,7 +24,7 @@ from sqlalchemy import (
     # Date,\r
     DateTime,\r
     ForeignKey,\r
-    Boolean,\r
+    Boolean,\r
     # engine,\r
     # event,\r
 )\r
@@ -153,7 +153,8 @@ registration = Table(
 \r
     Column("registrationId", String(255), primary_key=True),\r
     Column("callback", String(255)),\r
-    Column("notified", Boolean),\r
+    Column("status", String(255)),\r
+    Column("comments", String(255)),\r
 )\r
 \r
 \r