This commit is contained in:
f 2019-09-24 16:34:34 -03:00
parent c3440de7ae
commit 56c98eecfc
No known key found for this signature in database
GPG Key ID: 2AE5A13E321F953D
2 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ gem 'rugged'
gem 'sucker_punch'
gem 'terminal-table'
gem 'validates_hostname'
gem 'yaml_db', git: 'https://0xacab.org/sutty/yaml_db.git'
gem 'webpacker'
gem 'yaml_db', git: 'https://0xacab.org/sutty/yaml_db.git'
group :development, :test do
gem 'pry'

View File

@ -13,6 +13,6 @@ bundle exec rake db:schema:load
rm db/data/ar_internal_metadata.yml
mv db/data/active_storage_attachments.yml db/data/zz_active_storage_attachments.yml
bundle exec rake db:load dir=data truncate=false
bundle exec rake db:data:load_dir dir=data truncate=false
mv data/production.sqlite3 data/production.sqlite3.migrated