X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config-data%2Fsrc%2Fmain%2Fresources%2Fschema-mariadb.sql;fp=config-data%2Fsrc%2Fmain%2Fresources%2Fschema-mariadb.sql;h=9634210c216f4f5065e8c5fbe870bbe2aa1c3a00;hb=641a6c47b4ee74412e9386b3c95693adda3cafc9;hp=5f3606687e144df41ef892a350350f1550ed3799;hpb=8c7432b8380a355e89df05f070e7d88e599912fd;p=oam%2Ftr069-adapter.git diff --git a/config-data/src/main/resources/schema-mariadb.sql b/config-data/src/main/resources/schema-mariadb.sql index 5f36066..9634210 100644 --- a/config-data/src/main/resources/schema-mariadb.sql +++ b/config-data/src/main/resources/schema-mariadb.sql @@ -1,6 +1,6 @@ CREATE TABLE IF NOT EXISTS config_file_content - ( - macid varchar(255) not null, - file_content mediumtext not null, - primary key(macid) + ( + macid varchar(255) not null, + file_content mediumtext not null, + primary key(macid) ); \ No newline at end of file