@@ -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(newString[]{"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))"});