|
|
f7d1df6161
|
updated comment
|
2022-01-28 17:44:54 +01:00 |
|
|
|
d2fa23c1a2
|
remove unused tables with some static data
|
2022-01-28 16:42:38 +01:00 |
|
|
|
944625e787
|
drop empty tables without an entity model (12)
|
2022-01-28 14:52:25 +01:00 |
|
|
|
1324da1fe5
|
fix collate conversion due to inconsistencies with encoding
|
2022-01-26 15:13:54 +01:00 |
|
|
|
71227d8505
|
simplify query (thanks @hannes)
|
2022-01-25 00:50:27 +01:00 |
|
|
|
0d1bb496d5
|
removed console and have better comments
|
2022-01-25 00:49:54 +01:00 |
|
|
|
1da3be6863
|
comment and cleanp
|
2022-01-25 00:49:54 +01:00 |
|
|
|
8fb1be64fb
|
formating
|
2022-01-25 00:49:54 +01:00 |
|
|
|
6f4a04c015
|
comments and also check for email confirmed
|
2022-01-25 00:49:54 +01:00 |
|
|
|
3f4ce13cc8
|
removed some comments
|
2022-01-25 00:49:54 +01:00 |
|
|
|
75ca456293
|
cleanup migration 12 - passphrase change
|
2022-01-25 00:49:54 +01:00 |
|
|
|
832533fb4c
|
transform wordlist
|
2022-01-25 00:49:54 +01:00 |
|
|
|
fdee9f7b48
|
delete duplicate passphrases for existsing users not beeing valid
|
2022-01-25 00:49:54 +01:00 |
|
|
|
54afb80cc2
|
generate random private key for those accounts with an intact passphrase
|
2022-01-25 00:49:53 +01:00 |
|
|
|
af8bc01df1
|
plug holes in login_user_backups
|
2022-01-20 14:02:16 +01:00 |
|
|
|
2b9a7020c7
|
comment
|
2022-01-20 14:02:01 +01:00 |
|
|
|
65a7b2bfd8
|
sync tables login_users and state_users
|
2022-01-20 13:49:28 +01:00 |
|
|
|
163570d34f
|
plug holes in login_users
|
2022-01-20 13:48:42 +01:00 |
|
|
|
d257a119b4
|
delete remaining users not accociated with an email and not regeneratable
|
2022-01-19 22:03:00 +01:00 |
|
|
|
615dc4f5fa
|
fill recoverable missing emails
|
2022-01-19 21:42:15 +01:00 |
|
|
|
af52da327a
|
delete pending tasks
|
2022-01-19 21:41:54 +01:00 |
|
|
|
cdd7d25024
|
description migration: 0002-add_settings
|
2021-12-21 02:46:23 +01:00 |
|
|
|
e6ae25cd90
|
description migration: 0003-login_server_tables
|
2021-12-21 02:45:09 +01:00 |
|
|
|
f7459b73ed
|
description migration: 0004-login_server_data
|
2021-12-21 02:42:32 +01:00 |
|
|
|
c42e6f5e96
|
typo
|
2021-12-21 02:42:15 +01:00 |
|
|
|
e90744e1f9
|
description migration: 0005-admin_tables
|
2021-12-21 02:37:05 +01:00 |
|
|
|
0b0af7ae76
|
added migration 0006-login_users_collation
|
2021-12-21 02:33:54 +01:00 |
|
elweyn
|
fefca55179
|
Merge master in here.
|
2021-12-07 13:32:05 +01:00 |
|
elweyn
|
03111c7b4e
|
Lint fixes.
|
2021-12-04 13:55:23 +01:00 |
|
elweyn
|
393b198a46
|
Change the logic so we can delete and create table if they exists or not.
|
2021-12-04 11:46:51 +01:00 |
|
elweyn
|
a5406286fe
|
change logic need a if exists or if not exists to up and downgrade easily.
|
2021-12-04 11:43:00 +01:00 |
|
Hannes Heine
|
b4feddea4b
|
Merge branch 'master' into bugfix_database_downgrade_and_upgrade_again
|
2021-12-04 11:40:54 +01:00 |
|
Hannes Heine
|
be8c91d752
|
Merge branch 'master' into admin_pending_creation
|
2021-11-30 10:22:28 +01:00 |
|
elweyn
|
e2743b979e
|
Change note to memo.
|
2021-11-30 10:08:12 +01:00 |
|
elweyn
|
3e363db42e
|
Adding a description of the migration.
|
2021-11-24 09:40:45 +01:00 |
|
elweyn
|
9915a78c7e
|
Creation script and deletion script.
|
2021-11-24 09:37:35 +01:00 |
|
Moriz Wahl
|
535c0b0438
|
no eslint warnings
|
2021-11-23 11:21:41 +01:00 |
|
elweyn
|
1cb8b185ac
|
Create tables on an already exsting table breaks the script, so fix with a create table if not exists. Insert statement breaks if their is a duplicate key that is imported change so that it does not break.
|
2021-11-18 09:14:02 +01:00 |
|
|
|
976e8ffbed
|
only migrate login database if available
|
2021-10-21 20:51:20 +02:00 |
|
|
|
c65ac49594
|
- removed skeema
- simplified mariadb docker container & reduced context(build time)
- datapoint for docker group into migration
- removed unused node docker definitions from docker-compose
|
2021-10-21 04:49:19 +02:00 |
|
|
|
2b87f2eaf2
|
move all data from login_server database to community database
|
2021-10-21 04:28:55 +02:00 |
|
|
|
c15ea2c36e
|
add login server table migrations for login server tables
|
2021-10-21 04:08:02 +02:00 |
|
|
|
31e82b1aa8
|
make settings more error prone to prevent invalid migrations
|
2021-10-21 04:06:54 +02:00 |
|
Einhornimmond
|
68f8896ed3
|
fix linting
|
2021-10-02 13:54:37 +02:00 |
|
Einhornimmond
|
b5a7af16e7
|
bring load and save coinanimation to live
|
2021-10-02 13:54:09 +02:00 |
|
Einhornimmond
|
e963a34b36
|
add settings as key value approach
|
2021-10-01 18:42:48 +02:00 |
|
|
|
ffc83845e5
|
renamed script to have leading zeros to not break order later on
|
2021-08-23 12:38:26 +02:00 |
|
|
|
5bb5fda6e5
|
- initialize database migration
- create database if it does not exist
|
2021-08-23 12:38:25 +02:00 |
|
|
|
60a7b2749b
|
- eslint
- typescript config
- package json commands
- refactor script to be able to run up/down/reset
- config
- linting
|
2021-08-23 12:38:25 +02:00 |
|
|
|
7ed56ed5ab
|
database migrations - initial commit
|
2021-08-23 12:38:25 +02:00 |
|