1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

updated README

This commit is contained in:
Sylvain 2016-06-09 12:55:31 +02:00
parent c546dc45fb
commit d034fecdab

View File

@ -580,6 +580,10 @@ Go to your projects gallery and enjoy seeing your projects available from everyw
ALTER ROLE sleede WITH SUPERUSER;
DO NOT do this in a production environment, as this would lead to a serious security issue.
- Using another DBMS than PostgreSQL is not supported, because of some PostgreSQL specific instructions:
- `app/controllers/api/members_controllers.rb@list` is using `ILIKE`
- `app/controllers/api/invoices_controllers.rb@list` is using `ILIKE` and `date_trunc()`
<a name="related-documentation"></a>
## Related Documentation