diff --git a/db/zm_create.sql.in b/db/zm_create.sql.in index 2384def71..6bf64dd32 100644 --- a/db/zm_create.sql.in +++ b/db/zm_create.sql.in @@ -899,7 +899,6 @@ INSERT INTO `Users` ( `Snapshots`, `System`, `MaxBandwidth`, - `MonitorIds`, `TokenMinExpiry`, `APIEnabled`, `HomeView` @@ -917,7 +916,6 @@ INSERT INTO `Users` ( 'Edit' /* Snapshots */, 'Edit' /* System */, '' /* Max Bandwidth */, - '' /* MonitorIds */, 0 /* TokenMinExpiry */, 1 /* Api Endabled */, '' /* Homeview */);