mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-21 22:56:22 +00:00
fixup
This commit is contained in:
parent
c3440de7ae
commit
56c98eecfc
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -68,8 +68,8 @@ gem 'rugged'
|
||||||
gem 'sucker_punch'
|
gem 'sucker_punch'
|
||||||
gem 'terminal-table'
|
gem 'terminal-table'
|
||||||
gem 'validates_hostname'
|
gem 'validates_hostname'
|
||||||
gem 'yaml_db', git: 'https://0xacab.org/sutty/yaml_db.git'
|
|
||||||
gem 'webpacker'
|
gem 'webpacker'
|
||||||
|
gem 'yaml_db', git: 'https://0xacab.org/sutty/yaml_db.git'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
|
|
|
@ -13,6 +13,6 @@ bundle exec rake db:schema:load
|
||||||
rm db/data/ar_internal_metadata.yml
|
rm db/data/ar_internal_metadata.yml
|
||||||
mv db/data/active_storage_attachments.yml db/data/zz_active_storage_attachments.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
|
mv data/production.sqlite3 data/production.sqlite3.migrated
|
||||||
|
|
Loading…
Reference in a new issue