Correction on sql update
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Feb 2019 18:19:49 +0000 (13:19 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 1 Feb 2019 18:19:49 +0000 (13:19 -0500)
Spelling of invoices table was incorrect.

setup/databaseScripts/update_database_V0.0.32.sql

index a56906a..13e2847 100644 (file)
@@ -6,4 +6,4 @@
 -- all queries must be separated by a line with four dashes
 
 -- Update the accounts table
-ALTER TABLE {prefix}invoicies ADD old_invoice_id INT NULL;
+ALTER TABLE {prefix}invoices ADD old_invoice_id INT NULL;