mirror of https://github.com/apache/cloudstack.git
Add 2.1 to 2.2 schema migration files to the package manifests
This commit is contained in:
parent
f3aa8eccfa
commit
e7d4265500
|
|
@ -583,6 +583,8 @@ fi
|
|||
%{_datadir}/%{name}/setup/postprocess-20to21.sql
|
||||
%{_datadir}/%{name}/setup/schema-20to21.sql
|
||||
%{_datadir}/%{name}/setup/schema-level.sql
|
||||
%{_datadir}/%{name}/setup/schema-21to22.sql
|
||||
%{_datadir}/%{name}/setup/data-21to22.sql
|
||||
%doc README
|
||||
%doc INSTALL
|
||||
%doc HACKING
|
||||
|
|
|
|||
|
|
@ -13,3 +13,5 @@
|
|||
/usr/share/cloud/setup/postprocess-20to21.sql
|
||||
/usr/share/cloud/setup/schema-20to21.sql
|
||||
/usr/share/cloud/setup/schema-level.sql
|
||||
/usr/share/cloud/setup/schema-21to22.sql
|
||||
/usr/share/cloud/setup/data-21to22.sql
|
||||
|
|
|
|||
Loading…
Reference in New Issue