Commit d45cfad3 authored by Łukasz Nowak's avatar Łukasz Nowak

Use new syntax.

parent 0218b908
......@@ -68,7 +68,7 @@ CREATE TABLE `computer_partition` (\n
`free_for_request` INT(1),\n
`software_type` VARCHAR(255),\n
PRIMARY KEY (`uid`, `software_release_url`)\n
) TYPE=InnoDB;\n
) ENGINE=InnoDB;\n
</string> </value>
</item>
<item>
......
......@@ -66,7 +66,7 @@ CREATE TABLE `software_instance_tree` (\n
`uid` BIGINT UNSIGNED NOT NULL,\n
`root_uid` BIGINT UNSIGNED NOT NULL,\n
PRIMARY KEY (`uid`, `root_uid`)\n
) TYPE=InnoDB;\n
) ENGINE=InnoDB;\n
</string> </value>
</item>
<item>
......
......@@ -65,7 +65,7 @@
`url` varchar(255),\n
`state` varchar(255),\n
PRIMARY KEY (`uid`, `delivery_line_uid`)\n
) TYPE=InnoDB;\n
) ENGINE=InnoDB;\n
</string> </value>
</item>
<item>
......
......@@ -43,7 +43,7 @@
KEY `effective_date` (`effective_date`),\n
KEY `expiration_date` (`effective_date`),\n
KEY `frequency_index` (`creation_date_index`, `frequency_index`)\n
) TYPE=InnoDB;\n
) ENGINE=InnoDB;\n
</string> </value>
</item>
<item>
......
36
\ No newline at end of file
37
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment