1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

updated changelog with TODO DEPLOY

This commit is contained in:
Sylvain 2016-06-27 16:42:27 +02:00
parent 875e513f1c
commit 8c90eab8ac
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@
/public/uploads
/public/assets
/public/api
# Ignore application configurations
/config/application.yml

View File

@ -2,10 +2,11 @@
## next release
- add json cache for machines, events, trainings
- optimise sql query, avoid to N+1
- fix some reservations was referencing reservable not present in database
[TODO DEPLOY] run `bundle exec rake fablab:fix:reservations_not_existing_reservable` to fix it
- Add json cache for machines, events, trainings
- Optimise sql query, avoid to N+1
- Fix a bug: some reservations was referencing reservable not present in database (#patch)
- [TODO DEPLOY] `bundle exec rake fablab:fix:reservations_not_existing_reservable` to apply #patch
- [TODO DEPLOY] `bundle install` and `rake db:migrate`
## v2.2.2 2016 June 23
- Fix some bugs: users with uncompleted account (sso imported) won't appear in statistics, in listings and in searches. Moreover, they won't block statistics generation

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160526102307) do
ActiveRecord::Schema.define(version: 20160613093842) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"