Commit 547bf0fb by Antti Tönkyrä

boot my strap

1 parent baf18e5a
...@@ -149,6 +149,8 @@ public class BootstrapBean implements BootstrapBeanLocal { ...@@ -149,6 +149,8 @@ public class BootstrapBean implements BootstrapBeanLocal {
"user_images", "user_images",
"user_notes", "user_notes",
"users")); "users"));
dbUpdates.add(new String[]{"CREATE TABLE network_associations (id SERIAL NOT NULL, create_time TIMESTAMPTZ NOT NULL, ip TEXT, mac TEXT, META TEXT, modify_time TIMESTAMPTZ NOT NULL, status TEXT NOT NULL, event INTEGER, event_user INTEGER, place INTEGER, PRIMARY KEY (id))"});
} }
@EJB @EJB
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!