From 0b2310e57ad715cc773529569cc8321509a227be Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 31 May 2021 17:17:00 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- db/structure.sql | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff63e0c8a..c9d5279c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog Fab-manager ## Next release +- Redesigned the data structure to allow buying multiple and various objects - Updated React and its dependencies to 17.0.3 and matching - Updated the dependencies of: webpack, lodash, eslint, webpack-dev-server, react2angular, auto-ngtemplate-loader, angular-bootstrap-switch, react-refresh-webpack-plugin and eslint-plugin-react - Improved error handling in upgrade script @@ -20,7 +21,6 @@ - [BREAKING CHANGE] GET `open_api/v1/invoices` won't return `invoiced_id`, `invoiced_type` OR `invoiced.created_at` anymore. The new field `main_object` will contain the equivalent data. - [TODO DEPLOY] `rails fablab:stripe:set_gateway` - [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet` -- [TODO DEPLOY] `rails fablab:chain:all` - [TODO DEPLOY] `\curl -sSL https://raw.githubusercontent.com/sleede/fab-manager/master/scripts/rename-adminsys.sh | bash` ## v4.7.11 2021 May 26 diff --git a/db/structure.sql b/db/structure.sql index 4b15901d7..b19c1e543 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -5213,14 +5213,6 @@ CREATE INDEX profiles_lower_unaccent_last_name_trgm_idx ON public.profiles USING CREATE INDEX projects_search_vector_idx ON public.projects USING gin (search_vector); --- --- Name: accounting_periods accounting_periods_del_protect; Type: RULE; Schema: public; Owner: - --- - -CREATE RULE accounting_periods_del_protect AS - ON DELETE TO public.accounting_periods DO INSTEAD NOTHING; - - -- -- Name: projects projects_search_content_trigger; Type: TRIGGER; Schema: public; Owner: - --