rename IlinkType into LinkType as these types will be used for Nlinks as well
[plcapi.git] / migrations / migrate-v4-to-v5.sql
index 285a01f..86f4db9 100644 (file)
@@ -72,7 +72,7 @@ CREATE OR REPLACE VIEW view_nodes AS ...
 ----------------------------------------
 -- ilinks
 ----------------------------------------
-CREATE TABLE ilink_types ...
+CREATE TABLE link_types ...
 CREATE TABLE ilink ...
 
 CREATE OR REPLACE VIEW ilinks AS ...