VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / config-data / src / main / resources / schema-mariadb.sql
index 5f36066..9634210 100644 (file)
@@ -1,6 +1,6 @@
 CREATE TABLE IF NOT EXISTS config_file_content \r
-  (\r
-  macid varchar(255) not null,\r
-  file_content mediumtext not null,\r
-  primary key(macid)\r
+       (\r
+       macid varchar(255) not null,\r
+       file_content mediumtext not null,\r
+       primary key(macid)\r
 );
\ No newline at end of file