account page: can now reorder entries under shops sections by drag and drop
This commit is contained in:
@@ -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]//
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user