Run bagiso whit sql only
- 
					
					
					
					
 I want create Db in fly and insert into them bagisto tables, but when I export work bagiso sql and run in via 
 $path = public_path('sql/bagisto.sql');
 $sql = file_get_contents($path);
 DB::unprepared($sql); ///this codeDb created but without triggers. 
 I can log in to admin but can`t create product_flat, categories.
 How can you help me??
- 
					
					
					
					
 Hi, Can you share the error logs? 
