.. |
000_base.sql
|
organizing sqlite3 stuff to support postgres (#46)
|
2022-10-21 08:36:43 -04:00 |
002_v0_3_0_frontend_selection.sql
|
oops... sorry sqlite
|
2022-12-01 16:51:53 -05:00 |
003_v0_3_0_service_modes.sql
|
more slickness tweaks for demonstration purposes
|
2022-12-07 12:24:00 -05:00 |
004_v0_3_0_services_to_shares.sql
|
services -> shares in the schema (#144)
|
2023-01-04 12:59:36 -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
|
fine, sqlite, fine... (#96)
|
2023-01-13 13:29:34 -05:00 |
006_v0_3_0_password_reset_requests.sql
|
initial pass for forgot password
|
2023-01-18 13:05:10 -06:00 |
007_v0_3_0_salted_passwords.sql
|
fix sqlite migration (#156)
|
2023-01-23 12:52:47 -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
|
working out the hitches in the limit journals (#273)
|
2023-03-22 13:09:21 -04:00 |
010_v0_4_0_frontend_private_share.sql
|
sqlite3 'private_share_id' column in 'frontends' table (#278)
|
2023-03-29 13:57:15 -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
|
a better migration fix (#504)
|
2024-01-04 21:20:28 -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
|
fix for sqlite migration (#558)
|
2024-02-08 13:20:26 -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
|
wiring up the private share cli to the permission mode; sqlite tweak (#432)
|
2024-03-05 12:44:56 -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
|
replace indexes
|
2024-04-16 16:24:40 -04:00 |
022_v0_4_31_limit_classes.sql
|
fully remove share mode from scope concept; add performance indexes (#606)
|
2024-06-07 16:02:40 -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 |
025_v0_4_31_bandwidth_limit_journal.sql
|
new limit journal test and necessary tweaks (#606)
|
2024-05-31 15:18:07 -04:00 |
026_v0_4_32_frontend_count.sql
|
frontends -> share_frontends; CanAccessShare refactoring (#650)
|
2024-06-17 12:12:38 -04:00 |
027_v0_4_32_frontend_grants.sql
|
adjust admin tooling to support creating open/closed permission mode frontends (#539)
|
2024-06-18 13:38:00 -04:00 |
028_v0_4_32_limit_classes_label.sql
|
added a nullable 'label' column to the 'limit_classes' table (#666)
|
2024-06-21 10:53:18 -04:00 |
029_v0_4_36_skip_interstitial_grants.sql
|
skip_interstitial_grants sql structure (#704)
|
2024-07-24 11:16:36 -04:00 |
embed.go
|
organizing sqlite3 stuff to support postgres (#46)
|
2022-10-21 08:36:43 -04:00 |