Skip to content

Commit 3b9d499

Browse files
committed
Adapt to changed decidim geo db structure
1 parent f6da664 commit 3b9d499

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.docker/development/database-init.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
INSERT INTO "decidim_organizations" ("id", "name", "host", "default_locale", "available_locales", "created_at", "updated_at", "description", "logo", "twitter_handler", "favicon", "instagram_handler", "facebook_handler", "youtube_handler", "github_handler", "official_img_footer", "official_url", "reference_prefix", "secondary_hosts", "available_authorizations", "header_snippets", "cta_button_text", "cta_button_path", "enable_omnipresent_banner", "omnipresent_banner_title", "omnipresent_banner_short_description", "omnipresent_banner_url", "highlighted_content_banner_enabled", "highlighted_content_banner_title", "highlighted_content_banner_short_description", "highlighted_content_banner_action_title", "highlighted_content_banner_action_subtitle", "highlighted_content_banner_action_url", "highlighted_content_banner_image", "tos_version", "badges_enabled", "send_welcome_notification", "welcome_notification_subject", "welcome_notification_body", "users_registration_mode", "id_documents_methods", "id_documents_explanation_text", "user_groups_enabled", "smtp_settings", "colors", "force_users_to_authenticate_before_access_organization", "omniauth_settings", "rich_text_editor_in_public_views", "time_zone") VALUES
22
(1, '{"de": "Decidim Zürich"}'::jsonb, 'localhost', 'de', '{en,de,fr,it}', '2020-04-22 08:05:30.883513', '2020-04-22 08:05:30.929182', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'quwi', '{}', '{}', NULL, NULL, NULL, '0', NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, NULL, NULL, '2020-04-22 08:05:30.922317', '1', '1', NULL, NULL, 0, '{online}', '{}', '1', '{"from": "decidim@puzzle.ch", "port": 1025, "address": "mail", "user_name": "decidim@puzzle.ch", "encrypted_password": null}', '{"primary": "#070250", "secondary": "#0f05a0", "success": "#008000", "warning": "#f28b00", "alert": "#d0021b", "highlight": "#b9d55c", "highlight_alternative": "#9d0f30", "theme": "#0f05a0"}', '0', '{"omniauth_settings_developer_icon": "", "omniauth_settings_developer_enabled": false}', '0', 'UTC');
33

4+
INSERT INTO "decidim_geo_geo_settings" ("id", "decidim_organization_id", "created_at", "updated_at", "geo_mode") VALUES
5+
(1, 1, '2020-04-22 08:05:30.883513', '2020-04-22 08:05:30.929182', 'enabled_empty');
6+
47
INSERT INTO "decidim_content_blocks" ("decidim_organization_id", "manifest_name", "scope_name", "settings", "published_at", "weight", "images", "created_at", "updated_at") VALUES
58
(1, 'hero', 'homepage', NULL, '2020-04-22 08:05:30.989317', 10, '{}', '2020-04-22 08:05:30.989317', '2020-04-22 08:05:30.989317'),
69
(1, 'sub_hero', 'homepage', NULL, '2020-04-22 08:05:31.011785', 20, '{}', '2020-04-22 08:05:30.989317', '2020-04-22 08:05:30.989317'),

0 commit comments

Comments
 (0)