diff --git a/docs/upgrades/upgrade_5.5.5-5.5.6.sql b/docs/upgrades/upgrade_5.5.5-5.5.6.sql
new file mode 100644
index 000000000..fae9f43c1
--- /dev/null
+++ b/docs/upgrades/upgrade_5.5.5-5.5.6.sql
@@ -0,0 +1,7 @@
+insert into webguiVersion values ('5.5.6','upgrade',unix_timestamp());
+delete from international where internationalId=81 and namespace='DataForm';
+INSERT INTO international VALUES (81,'DataForm',1,'Acknowledgement Template',1052064282,'A template to display whatever data there is to display.');
+delete from international where internationalId=71 and namespace='DataForm';
+INSERT INTO international VALUES (71,'DataForm',1,'This wobject creates a simple multipurpose data-entry form.\r\n
\r\n\r\nAcknowledgement
\r\nThis message will be displayed to the user after they submit their data..\r\n
\r\n\r\nMail entries?\r\nIf set to yes, some additional fields will be added to your form for dealing with email. These fields will then be used to email any date entered into the form to a person of your choice.\r\n
\r\nNOTE: The \"To\" field that is added as a result of setting this to yes can accept a standard email address, or a WebGUI username or a WebGUI group name.\r\n
\r\n\r\nTemplate
\r\nChoose a template for your form.\r\n
\r\n\r\nEmail Template
\r\nChoose a template for the data that will be sent via email.\r\n
\r\n\r\nAcknowledgement Template
\r\nChoose a template that will be used to display the acknowlegement.\r\n
\r\n\r\nList Template
\r\nChoose a template that will be used to display the list of stored records in this Data Form.\r\n
',1053885941,NULL); + + diff --git a/docs/upgrades/upgrade_5.5.5-5.9.9.sql b/docs/upgrades/upgrade_5.5.6-5.9.9.sql similarity index 100% rename from docs/upgrades/upgrade_5.5.5-5.9.9.sql rename to docs/upgrades/upgrade_5.5.6-5.9.9.sql