You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
Hi - I get the below error while running rake spree_shared:bootstrap['store1'].
ActiveRecord::StatementInvalid: SQLite3::SQLException: near "SCHEMA": syntax error: DROP SCHEMA IF EXISTS store2 CASCADE
Below are my spree gems.
gem 'spree', '3.0.1'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: '3-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '3-0-stable'
gem 'spree_shared', github: 'spree-contrib/spree_shared', branch: '3-0-stable'
I have created a default spree store (spree install --auto_accept) and followed the instructions in the readme.
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: