account page: can now reorder entries under shops sections by drag and drop

This commit is contained in:
2026-01-26 13:51:40 -07:00
parent a2d8993e0e
commit a50c0ef18d
14 changed files with 682 additions and 88 deletions
+8
View File
@@ -11,6 +11,14 @@ entity "**accounts**" {
*""user_id"": //text [FK]//
}
entity "**accounts_page_platform_order_indexes**" {
+ ""account_id"": //integer [PK]//
+ ""platform"": //platform [PK]//
--
*""account_id"": //integer //
*""order_index"": //smallint //
}
entity "**etsy_access_tokens**" {
+ ""user_id"": //integer [PK][FK]//
--