Merge branch 'feature/notification_stat' into 'master'
Feature/notification stat See merge request !3
Showing
| ... | @@ -7,7 +7,7 @@ ruby '2.6.0' | ... | @@ -7,7 +7,7 @@ ruby '2.6.0' |
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 5.2.2', '>= 5.2.2.1' | gem 'rails', '~> 5.2.2', '>= 5.2.2.1' | ||
| # Use sqlite3 as the database for Active Record | # Use sqlite3 as the database for Active Record | ||
| gem 'sqlite3' | gem 'mysql2', '>= 0.3.18', '< 0.5' | ||
| # Use Puma as the app server | # Use Puma as the app server | ||
| gem 'puma', '~> 3.11' | gem 'puma', '~> 3.11' | ||
| # Use SCSS for stylesheets | # Use SCSS for stylesheets | ||
| ... | ... |
app/models/notification_statistic.rb
0 → 100644
config/database.yml
deleted
100644 → 0
config/database.yml.example
0 → 100644
db/schema.rb
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment