PowerDNS-Admin/migrations/versions
Nigel Kukard 61e607fb3f fix(db:migrate): fix migration user 'confirmed' column migration
This change fixes the migration on the `user` table, `confirmed` column to be compatible with PostgreSQL and MySQL databases.

Fixes #635 which introduced a breaking change for MySQL databases and resolves #1446.

```
Tested on:
- PostgreSQL:14 - WORKING
- PostgreSQL:15 - WORKING
- MariaDB:10.11 - WORKING
- MariaDB:10.10 - WORKING
- MariaDB:10.9  - WORKING
- MariaDB:10.8  - WORKING
- MariaDB:10.7  - WORKING
- MariaDB:10.6  - WORKING
- MariaDB:10.5  - WORKING
- MariaDB:10.3  - WORKING
```
2023-03-14 21:16:50 +00:00
..
0d3d93f1c2e0_add_domain_id_to_history_table.py Allow user role to view history (#890) 2021-03-27 19:33:11 +01:00
0fb6d23a4863_remove_user_avatar.py Update docker stuff and bug fixes 2019-12-04 11:50:46 +07:00
3f76448bb6de_add_user_confirmed_column.py fix(db:migrate): fix migration user 'confirmed' column migration 2023-03-14 21:16:50 +00:00
4a666113c7bb_add_operator_role.py Add record_quick_edit config to DB 2018-09-02 08:03:01 +07:00
6ea7dc05f496_fix_typo_in_history_detail.py Fix rrest typo in history detail 2022-05-19 00:53:35 +02:00
31a4ed468b18_remove_all_settings_in_the_db.py Fix revision in migration filename 2022-05-07 21:14:29 +02:00
787bdba9e147_init_db.py Update tests fix 2022-12-22 22:47:02 +01:00
856bb94b7040_add_comment_column_in_domain_template_.py Add record comment 2019-12-09 17:50:48 +07:00
1274ed462010_change_setting_value_data_type.py Support SQLite ALTER with batch feature during alembic migrate 2018-11-24 12:04:23 +01:00
59729e468045_add_view_column_to_setting_table.py spelling: touches 2018-10-02 07:28:52 +00:00
0967658d9c0d_add_apikey_account_mapping_table.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
654298797277_add_apikey_schema.py Spelling fixes 2019-04-25 16:02:49 +03:00
b0fea72a3f20_update_domain_serial_columns_type.py Fix #529. Update domain serial columns type 2019-12-20 11:36:27 +07:00
b24bf17725d2_add_unique_index_to_settings_table_keys.py Fix reqs and Flask Migrate Order 2023-02-18 17:38:43 +00:00
f41520e41cee_update_domain_type_length.py Upgrade Database: Changing domain table type column to 8 chars 2023-01-10 13:49:16 +01:00
fbc7cf864b24_update_history_detail_quotes.py fix: Provide an Alembic update script to fixe quotes 2022-05-06 17:04:35 +02:00