Jose Norberto Sanchez
Jose Norberto Sanchez
And changing @import 'variables'; To @import './variables'; Doesn't work for you @snowbane ?
nop... if you put everything in the client folder, it would be evaluate following the [meteor file load order](https://guide.meteor.com/structure.html#load-order) and the imports would be a mess. I place coreUI inside...
As @doctrinebot commented, the problem seems to be here: ``` $fromSchema = $conn->getSchemaManager()->createSchema(); $toSchema = $this->getSchemaProvider()->createSchema(); ``` the first line builds the schema querying the database ``` SELECT schema_name AS...