Skip to content
Snippets Groups Projects
Commit 33cd6616 authored by Steven Murray's avatar Steven Murray
Browse files

Changed NUMERIC to BIGINT for mysql schemas

parent 1b7684bb
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,7 @@ add_custom_command (OUTPUT sqlite_catalogue_schema.sql mysql_catalogue_schema.sq
${CMAKE_CURRENT_SOURCE_DIR}/mysql_catalogue_schema_header.sql
${CMAKE_CURRENT_SOURCE_DIR}/common_catalogue_schema.sql
${CMAKE_CURRENT_SOURCE_DIR}/mysql_catalogue_schema_trailer.sql
| sed 's/NUMERIC\([^\)]*\)/BIGINT/g'
| sed 's/CHECKSUM_BLOB_TYPE/VARBINARY\(200\)/g'
> mysql_catalogue_schema.sql
COMMAND cat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment