-- Licensed under the Apache License, Version 2.0 (the "License"); -- you may not use this file except in compliance with the License. -- You may obtain a copy of the ...
food delivery backend/ └── supabase/ └── migrations/ ├── 00_extensions.sql -- Enable PG extensions ├── 01_global_functions.sql -- Shared triggers & functions ├── 02_platform_tenants.sql -- ...