.. |
V1.0.0__initial_database.sql
|
Initial version.
|
2019-09-21 22:02:36 +02:00 |
V1.1.0__useremail.sql
|
Add mariadb database migration
|
2020-01-12 01:17:49 +01:00 |
V1.2.0__origin_source.sql
|
Starting to support more file types
|
2020-02-10 12:42:45 +01:00 |
V1.3.0__periodic_job.sql
|
Implement storage routines for periodic scheduler
|
2020-03-08 13:56:23 +01:00 |
V1.4.0__attachment_archive.sql
|
Store message-id of eml files
|
2020-03-25 22:00:51 +01:00 |
V1.5.0__userimap.sql
|
Add imap settings
|
2020-05-18 08:46:04 +02:00 |
V1.6.0__integration_enabled.sql
|
Allow a collective to disable the integration endpoint
|
2020-05-23 14:29:24 +02:00 |
V1.6.1__fix_timestamp_columns.sql
|
Fix mariadb timestamp columns
|
2020-06-17 21:51:30 +02:00 |
V1.7.0__fts-migration.sql
|
Consistent logging of request/responses to solr
|
2020-06-24 21:25:46 +02:00 |
V1.7.1__fix_item_date.sql
|
Change columns from timestamp to datetime
|
2020-06-26 17:07:00 +02:00 |
V1.8.0__folders.sql
|
Add folders sql changeset for mariadb
|
2020-07-14 23:22:52 +02:00 |
V1.9.0__updated_column.sql
|
Add updated column to some tables
|
2020-08-24 21:30:52 +02:00 |
V1.9.1__classifier.sql
|
Fix mariadb changsets
|
2020-09-07 20:02:50 +02:00 |
V1.9.2__fix_text_length.sql
|
Add fix for mariadb text columns
|
2020-10-02 16:50:51 +02:00 |
V1.9.3__joblog_counter.sql
|
Add counter to joblog for correct log order
|
2020-10-02 22:14:30 +02:00 |
V1.9.4__unique_equipments.sql
|
Add unique constraint for equipment names
|
2020-10-21 22:42:19 +02:00 |
V1.10.0__attachment_preview.sql
|
Add a table to hold the preview files
|
2020-11-08 01:25:38 +01:00 |
V1.11.0__pdf_pages.sql
|
Add a processing step to retrieve page counts
|
2020-11-09 11:08:24 +01:00 |
V1.12.0__upload_data.sql
|
Amend source form with tags and file-filter
|
2020-11-12 22:37:28 +01:00 |
V1.13.0__custom_fields.sql
|
Add missing schema migrations for custom fields
|
2020-11-25 21:08:49 +01:00 |
V1.14.0__person_org.sql
|
Allow to connect a person to an organization
|
2020-12-01 23:39:45 +01:00 |
V1.15.0__rememberme.sql
|
Fix foreign key constraints
|
2020-12-14 14:34:22 +01:00 |
V1.16.0__add_imap_oauth.sql
|
Add a flag to imap settings to enable/disable oauth2 scheme
|
2021-01-04 11:03:04 +01:00 |
V1.17.0__meta_language.sql
|
Store used language for processing on attachmentmeta
|
2021-01-17 22:56:33 +01:00 |
V1.18.0__classifier_model.sql
|
Fix mariadb migration
|
2021-01-21 00:22:53 +01:00 |
V1.19.0__add_classify_meta.sql
|
Store item based proposals in separate table
|
2021-01-19 23:48:09 +01:00 |
V1.19.1__remove_enabled.sql
|
Fix classifier_settings table
|
2021-01-23 21:30:26 +01:00 |
V1.20.0__personuse.sql
|
Allow person to be correspondent, concerning or both
|
2021-02-16 22:49:55 +01:00 |
V1.20.1__equipment_description.sql
|
Add a notes field to equipments
|
2021-02-17 22:39:07 +01:00 |
V1.20.2__org_shortname.sql
|
Add a short-name to organizations
|
2021-02-17 22:55:35 +01:00 |
V1.20.3__node_seen.sql
|
Cleanup nodes that are not reachable anymore
|
2021-02-18 00:37:18 +01:00 |
V1.20.4__source_lang.sql
|
Add language to a source
|
2021-02-18 23:34:42 +01:00 |
V1.21.0__cast_function.sql
|
Correctly compare numeric field values
|
2021-03-03 22:54:55 +01:00 |
V1.21.1__equip_org_use.sql
|
Fix mariadb migration
|
2021-03-13 15:52:38 +01:00 |
V1.22.0__add_task_name.sql
|
Allow to give human readable summary to user tasks
|
2021-03-27 22:13:13 +01:00 |
V1.23.0__clientsettings.sql
|
Add routes for storing/retrieving client settings
|
2021-05-27 21:34:05 +02:00 |
V1.24.0__drop_fts_migration.sql
|
Remove fts_migration table
|
2021-06-07 17:53:47 +02:00 |
V1.25.0__add_empty_trash.sql
|
Change "empty trash" settings for a collective and submit the job
|
2021-08-14 19:33:15 +02:00 |
V1.25.1__fix_periodic_submitter_value.sql
|
Fix submitter column of a collective-scoped periodic job
|
2021-08-14 22:07:56 +02:00 |
V1.25.2__add_trash_min_age.sql
|
Use a minimum age of items to remove
|
2021-08-15 12:32:50 +02:00 |
V1.25.3__delete_corrupt_trash_task.sql
|
Fix storing empty-trash task
|
2021-08-20 00:25:25 +02:00 |
V1.25.4__add_source_attachonly.sql
|
Add the attachment-only option to a source
|
2021-08-23 14:19:11 +02:00 |
V1.26.0__missing_indexes.sql
|
Add indexes to better support certain queries
|
2021-08-29 00:38:12 +02:00 |
V1.26.1__totp.sql
|
Add missing sql changesets
|
2021-09-01 00:57:03 +02:00 |
V1.26.2__openid.sql
|
Add a new column to distinguish local from external users
|
2021-09-05 21:38:14 +02:00 |
V1.26.3__filestore.sql
|
Refactoring for migrating to binny library
|
2021-09-22 14:18:43 +02:00 |
V1.27.0__collective_passwords.sql
|
Allow to manage passwords for a collective
|
2021-09-30 10:35:38 +02:00 |