--- /dev/null
+-- Add Spanish to config.i18n_locale table
+
+BEGIN;
+
+SELECT evergreen.upgrade_deps_block_check('1000', :eg_version);
+
+INSERT INTO config.i18n_locale (code,marc_code,name,description)
+ VALUES ('es-ES', 'spa', oils_i18n_gettext('es-ES', 'Spanish', 'i18n_l', 'name'),
+ oils_i18n_gettext('es-ES', 'Spanish', 'i18n_l', 'description'));
+
+COMMIT;
+++ /dev/null
--- Add Spanish to config.i18n_locale table
-
-BEGIN;
-
---SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);
-
-INSERT INTO config.i18n_locale (code,marc_code,name,description)
- VALUES ('es-ES', 'spa', oils_i18n_gettext('es-ES', 'Spanish', 'i18n_l', 'name'),
- oils_i18n_gettext('es-ES', 'Spanish', 'i18n_l', 'description'));
-
-COMMIT;