Add migrations for Google Ads settings and demo data

- Create migration for global settings table and add google_ads_customer_id and google_ads_start_date columns to clients table.
- Add migration to include product_url column in products_data table.
- Insert demo data for campaigns, products, and their history for client 'pomysloweprezenty.pl'.
- Implement client management interface with modals for adding and editing clients, including Google Ads Customer ID and data retrieval start date.
This commit is contained in:
2026-02-15 17:46:32 +01:00
parent 32f25dc48c
commit afe9d6216d
32 changed files with 8088 additions and 2288 deletions

View File

@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(npx sass:*)",
"Bash(npx md-to-pdf:*)",
"WebFetch(domain:support.google.com)",
"WebFetch(domain:feedops.com)",
"WebFetch(domain:help.kliken.com)",
"WebFetch(domain:www.storegrowers.com)",
"WebFetch(domain:platform.openai.com)",
"WebFetch(domain:openai.com)"
]
}
}