Skip to content

Remove accidentally committed symlink

Daniel Schwab requested to merge drop_old_unused_tables into main

This is the list of tables of a samarbeid instances. As u can see it has multiple tables which are old and not used anymore. This MR should delete all of these tables.

                         List of relations
 Schema |                  Name                  | Type  |  Owner
--------+----------------------------------------+-------+----------
 public | active_storage_attachments             | table | postgres
 public | active_storage_blobs                   | table | postgres
 public | active_storage_variant_records         | table | postgres
 public | ambitions                              | table | postgres
 public | ambitions_workflows                    | table | postgres
 public | ar_internal_metadata                   | table | postgres
 public | block_definitions                      | table | postgres
 public | blocks                                 | table | postgres
 public | comments                               | table | postgres
 public | content_item_definitions               | table | postgres
 public | content_items                          | table | postgres
 public | contributions                          | table | postgres
 public | dossier_definitions                    | table | postgres
 public | dossier_definitions_groups             | table | postgres
 public | dossier_item_definitions               | table | postgres
 public | dossiers                               | table | postgres
 public | events                                 | table | postgres
 public | good_job_processes                     | table | postgres
 public | good_jobs                              | table | postgres
 public | groups                                 | table | postgres
 public | groups_workflow_definitions            | table | postgres
 public | invention_first_meeting_participations | table | postgres
 public | invention_inventors                    | table | postgres
 public | inventions                             | table | postgres
 public | menu_entries                           | table | postgres
 public | news                                   | table | postgres
 public | notifications                          | table | postgres
 public | pages                                  | table | postgres
 public | people                                 | table | postgres
 public | schema_migrations                      | table | postgres
 public | task_definitions                       | table | postgres
 public | task_item_definitions                  | table | postgres
 public | task_items                             | table | postgres
 public | tasks                                  | table | postgres
 public | uploaded_files                         | table | postgres
 public | user_groups                            | table | postgres
 public | users                                  | table | postgres
 public | users_workflow_tasks_marked            | table | postgres
 public | version_associations                   | table | postgres
 public | versions                               | table | postgres
 public | workflow_definitions                   | table | postgres
 public | workflow_events                        | table | postgres
 public | workflow_processes                     | table | postgres
 public | workflow_tasks                         | table | postgres
 public | workflows                              | table | postgres
(45 rows)

Merge request reports