--- a/misc/migration/bootstrapmigration_repository.py Tue Mar 26 12:26:12 2013 +0100
+++ b/misc/migration/bootstrapmigration_repository.py Wed Mar 27 16:33:48 2013 +0100
@@ -41,6 +41,12 @@
if not confirm('In cubicweb 3.17 sioc views have been moved to the sioc '
'cube, which is not installed. Continue anyway?'):
raise
+ try:
+ add_cube('embed', update_database=False)
+ except ImportError:
+ if not confirm('In cubicweb 3.17 embedding views have been moved to the embed '
+ 'cube, which is not installed. Continue anyway?'):
+ raise
if applcubicwebversion <= (3, 13, 0) and cubicwebversion >= (3, 13, 1):
sql('ALTER TABLE entities ADD asource VARCHAR(64)')