diff --git a/db/sql/migrations/v2.9.62.sql b/db/sql/migrations/v2.9.62.sql index f97c3d63..d9a0ba20 100644 --- a/db/sql/migrations/v2.9.62.sql +++ b/db/sql/migrations/v2.9.62.sql @@ -1 +1,3 @@ -alter table project add `type` varchar(20) default ''; \ No newline at end of file +alter table project add `type` varchar(20) default ''; + +alter table project__inventory add `type` varchar(20) default ''; \ No newline at end of file