diff --git a/C/services/north/data_send.cpp b/C/services/north/data_send.cpp index 2a8a62c21..4e0f5048e 100755 --- a/C/services/north/data_send.cpp +++ b/C/services/north/data_send.cpp @@ -433,7 +433,7 @@ bool DataSender::createStats(const std::string &key, } else { - description = key + " Noth"; + description = key + " North"; } InsertValues values; values.push_back(InsertValue("key", key)); diff --git a/VERSION b/VERSION index c0ac6a464..43d9d3ffb 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,3 @@ fledge_version=2.4.0 -fledge_schema=72 +fledge_schema=73 + diff --git a/scripts/plugins/storage/postgres/downgrade/72.sql b/scripts/plugins/storage/postgres/downgrade/72.sql new file mode 100644 index 000000000..f18a4f3ec --- /dev/null +++ b/scripts/plugins/storage/postgres/downgrade/72.sql @@ -0,0 +1 @@ +-- No action required diff --git a/scripts/plugins/storage/postgres/upgrade/73.sql b/scripts/plugins/storage/postgres/upgrade/73.sql new file mode 100644 index 000000000..17bdb3144 --- /dev/null +++ b/scripts/plugins/storage/postgres/upgrade/73.sql @@ -0,0 +1 @@ +update statistics set description = 'Readings Sent North' where description = 'Readings Sent Noth'; diff --git a/scripts/plugins/storage/sqlite/downgrade/72.sql b/scripts/plugins/storage/sqlite/downgrade/72.sql new file mode 100644 index 000000000..f18a4f3ec --- /dev/null +++ b/scripts/plugins/storage/sqlite/downgrade/72.sql @@ -0,0 +1 @@ +-- No action required diff --git a/scripts/plugins/storage/sqlite/upgrade/73.sql b/scripts/plugins/storage/sqlite/upgrade/73.sql new file mode 100644 index 000000000..17bdb3144 --- /dev/null +++ b/scripts/plugins/storage/sqlite/upgrade/73.sql @@ -0,0 +1 @@ +update statistics set description = 'Readings Sent North' where description = 'Readings Sent Noth'; diff --git a/scripts/plugins/storage/sqlitelb/downgrade/72.sql b/scripts/plugins/storage/sqlitelb/downgrade/72.sql new file mode 100644 index 000000000..f18a4f3ec --- /dev/null +++ b/scripts/plugins/storage/sqlitelb/downgrade/72.sql @@ -0,0 +1 @@ +-- No action required diff --git a/scripts/plugins/storage/sqlitelb/upgrade/73.sql b/scripts/plugins/storage/sqlitelb/upgrade/73.sql new file mode 100644 index 000000000..17bdb3144 --- /dev/null +++ b/scripts/plugins/storage/sqlitelb/upgrade/73.sql @@ -0,0 +1 @@ +update statistics set description = 'Readings Sent North' where description = 'Readings Sent Noth';