Commented "mysql" support to make it easier to compile at first.

This commit is contained in:
2015-03-20 19:45:14 +01:00
parent bd6524ebe7
commit e94d860fd8
2 changed files with 3 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ feature -- CMS setup
debug ("refactor_fixme")
to_implement ("To implement custom storage")
end
a_setup.storage_drivers.force (create {CMS_STORAGE_MYSQL_BUILDER}.make, "mysql")
-- a_setup.storage_drivers.force (create {CMS_STORAGE_MYSQL_BUILDER}.make, "mysql")
a_setup.storage_drivers.force (create {CMS_STORAGE_SQLITE_BUILDER}.make, "sqlite")
end