GW_MC
ab840126b3
feat: add location and proxy host entities with migrations
2026-01-07 15:57:13 +08:00
GW_MC
dff560019f
revert editing session
2025-12-31 12:01:08 +08:00
GW_MC
b43f9fcb00
Refactor database schema: Remove access list and related entities, add editing session and edit operation entities
...
- Deleted `access_list_entry`, `location`, `proxy_host`, `proxy_host_access_list`, `session`, `stream_service`, `stream_service_access_list` entities and their corresponding migration files.
- Introduced `editing_session` and `edit_operation` entities with appropriate fields and relationships.
- Updated `mod.rs` and `prelude.rs` to reflect the changes in the entity structure.
- Adjusted migration files to remove obsolete migrations and include new migrations for the editing session and edit operation tables.
2025-12-30 15:09:33 +08:00
GW_MC
91d0e1cd7c
init nginx related database schema
2025-12-29 12:05:22 +08:00
GW_MC
b17d111c5d
remove unused session table
2025-12-15 14:20:28 +08:00
GW_MC
e758452509
Include user table, identity and session table
2025-12-07 19:08:22 +08:00
GW_MC
f4e6eb56c8
Update sea-orm dependencies to use workspace configuration; add dead code annotations in service error handling and settings service
Test / verify-generated-code (pull_request) Successful in 7m57s
Test / test (pull_request) Successful in 1m9s
Test / lint (pull_request) Successful in 1m9s
2025-12-02 17:12:24 +08:00
GW_MC
fae951c902
Add async-trait and sea-orm dependencies; implement SettingsService for configuration management
2025-12-02 16:55:39 +08:00
GW_MC
56c1161e97
Change database log level to debug
2025-11-25 21:17:03 +08:00
GW_MC
3de9ecc5c1
remove unused returns, and reexport ConnectOption
Test / verify-generated-code (pull_request) Successful in 1m38s
Test / test (pull_request) Successful in 3m30s
Test / lint (pull_request) Successful in 3m57s
2025-11-19 21:02:28 +08:00
GW_MC
d05d660198
Update generated entities with cli crate approach
2025-11-13 21:27:01 +08:00
GW_MC
25c0756e70
Add generated database entity, just recipe and fix config table missing PK
2025-11-13 20:13:05 +08:00
GW_MC
706a6c76f9
init basic database folder structure
2025-11-11 20:28:49 +08:00