mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
61e607fb3f
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 ``` |
||
---|---|---|
.. | ||
0d3d93f1c2e0_add_domain_id_to_history_table.py | ||
0fb6d23a4863_remove_user_avatar.py | ||
3f76448bb6de_add_user_confirmed_column.py | ||
4a666113c7bb_add_operator_role.py | ||
6ea7dc05f496_fix_typo_in_history_detail.py | ||
31a4ed468b18_remove_all_settings_in_the_db.py | ||
787bdba9e147_init_db.py | ||
856bb94b7040_add_comment_column_in_domain_template_.py | ||
1274ed462010_change_setting_value_data_type.py | ||
59729e468045_add_view_column_to_setting_table.py | ||
0967658d9c0d_add_apikey_account_mapping_table.py | ||
654298797277_add_apikey_schema.py | ||
b0fea72a3f20_update_domain_serial_columns_type.py | ||
b24bf17725d2_add_unique_index_to_settings_table_keys.py | ||
f41520e41cee_update_domain_type_length.py | ||
fbc7cf864b24_update_history_detail_quotes.py |