.. |
000_base.sql
|
add migration for timestamp->timestamptz for postgres (#33)
|
2022-11-01 17:32:16 -04:00 |
001_timestamptz.sql
|
add migration for timestamp->timestamptz for postgres (#33)
|
2022-11-01 17:32:16 -04:00 |
002_v0_3_0_frontend_selection.sql
|
frontends.environment_id is now nullable; support anonymous public frontends (#110, #129)
|
2022-12-01 14:56:55 -05:00 |
003_v0_3_0_service_modes.sql
|
fixes to postgres migrations to prevent primary key collisions (#160); fixes to migrations to remove renaming lint
|
2023-01-17 11:59:27 -05:00 |
004_v0_3_0_services_to_shares.sql
|
fixes to postgres migrations to prevent primary key collisions (#160); fixes to migrations to remove renaming lint
|
2023-01-17 11:59:27 -05:00 |
005_v0_3_0_invite_tokens.sql
|
limitless flag on accounts (#96)
|
2023-01-13 13:16:10 -05:00 |
006_v0_3_0_limitless_accounts.sql
|
fixes to postgres migrations to prevent primary key collisions (#160); fixes to migrations to remove renaming lint
|
2023-01-17 11:59:27 -05:00 |
006_v0_3_0_password_reset_requests.sql
|
added maintenance cleanup for expired password reset requests
|
2023-01-20 10:00:46 -06:00 |
007_v0_3_0_salted_passwords.sql
|
salted password migrations (#156)
|
2023-01-23 11:49:22 -05:00 |
008_v0_4_0_soft_deletes.sql
|
added 'deleted' flags to all store objects (#262)
|
2023-03-09 15:08:59 -05:00 |
009_v0_4_0_limits_journals.sql
|
include rx|tx byte counts in limits journals (#273)
|
2023-03-17 12:57:26 -04:00 |
010_v0_4_0_frontend_private_share.sql
|
fixes from video (#235)
|
2023-04-05 13:57:22 -04:00 |
011_v0_4_0_update_backend_modes.sql
|
merged tui for tcpTunnel (#307)
|
2023-05-01 12:19:06 -04:00 |
012_v0_4_0_update_account_request.sql
|
remove unique constraint on email to accomodate soft deletes
|
2023-06-07 11:05:59 -05:00 |
013_v0_4_6_backend_mode_caddy.sql
|
caddy backend store migrations (#391)
|
2023-08-21 16:04:31 -04:00 |
014_v0_4_9_backend_mode_drive.sql
|
new backend mode 'drive' (#218)
|
2023-10-17 13:04:09 -04:00 |
015_v0_4_19_share_unique_name_constraint.sql
|
basic unique name implementation (#123)
|
2023-12-08 12:03:07 -05:00 |
016_v0_4_21_lowercase_email.sql
|
fix for case sensitive email addresses (#517)
|
2024-01-08 10:50:19 -05:00 |
017_v0_4_24_backend_mode_socks.sql
|
store and api changes for socks backend (#558)
|
2024-02-08 13:11:19 -05:00 |
018_v0_4_23_password_reset_request_unique.sql
|
update migration number from merge
|
2024-02-14 13:51:32 -06:00 |
019_v0_4_26_permission_model.sql
|
basic store migrations to support access_grants (#432)
|
2024-02-29 13:24:31 -05:00 |
020_v0_4_27_performance_indexes.sql
|
performance indexes
|
2024-04-16 14:34:38 -04:00 |
021_v0_4_27_backend_mode_vpn.sql
|
migration naming for .27
|
2024-04-16 14:44:13 -04:00 |
022_v0_4_31_limits_classes.sql
|
overrides for enviroments and shares (#606); overrides for reserved shares and unique names (#632)
|
2024-05-21 15:16:56 -04:00 |
023_v0_4_31_limit_check_locks.sql
|
pessistic locking upsert on limit_check_locks (#287)
|
2024-05-15 15:18:53 -04:00 |
024_v0_4_31_unique_name_tracking.sql
|
shares.unique_name for tracking unique names (#632)
|
2024-05-22 14:22:36 -04:00 |
embed.go
|
basic schema conversion for postgres (#46)
|
2022-10-21 08:48:31 -04:00 |