Open domcleal opened 9 years ago
Should be fixed with https://github.com/OpenSCAP/scaptimony/pull/25
It doesn't appear to work on sqlite3, as it tries to create a duplicate view. I would hazard a guess that table_exists?
returns false for a view so the old view isn't deleted in the ReplaceArfReportBreakdownView migration.
See https://gist.githubusercontent.com/domcleal/008dac763b46dc2246c9/raw/build.log for a full log.
The sqlite3 database is supported by Foreman and is used in package builds when building apipie docs, so basic operations need to work under it.
(It may also be worth checking MySQL compatibility, as that is also supported.)