This website requires JavaScript.
Explore
Help
Register
Sign In
Daniel
/
webshop
Watch
1
Star
0
Fork
0
You've already forked webshop
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2bfadb49c8c5ded522e3371dde78dd12960fc5c3
webshop
/
shop
/
supabase
/
migrations
History
DanielS
16fb713665
All checks were successful
Staging Build / build (push)
Successful in 2m42s
Details
feat: rename invoice (RE-) to order confirmation (BE-) throughout the application
2026-06-25 22:43:17 +02:00
..
20260617_end_customers.sql
feat(crm): end_customers table, RLS, wizard customer selector, /my-customers CRUD, GDPR anonymization
2026-06-17 01:57:17 +02:00
20240501000000_initial_schema.sql
feat: implement logic engine for module dependencies and exclusions
2026-05-01 00:52:34 +02:00
20260430222242_create_invoice_bucket.sql
feat: add automated PDF invoice generation and storage in Supabase
2026-05-01 00:52:37 +02:00
20260430223125_add_categories_table.sql
fix: remove default seeded categories from migrations
2026-06-23 03:22:30 +02:00
20260430230140_admin_crud_policies.sql
fix: add RLS policies for admin CRUD operations on products and categories
2026-05-01 01:01:53 +02:00
20260430230348_add_profiles_table.sql
feat: add profiles table and RLS policies for user customer data
2026-05-01 01:04:02 +02:00
20260430231643_add_missing_columns_to_products.sql
fix: add missing is_active and is_required columns to database schema
2026-05-01 01:16:57 +02:00
20260501001900_add_sort_order_to_categories.sql
feat: add sort_order to categories for controlling display order in the order wizard
2026-05-01 02:21:39 +02:00
20260501002700_add_is_required_to_categories.sql
feat: add optional categories - admins can mark categories as optional in the order wizard
2026-05-01 02:29:00 +02:00
20260501003000_add_billing_interval_to_products.sql
feat: add billing_interval to products supporting one-time, monthly and yearly subscription pricing
2026-05-01 02:33:51 +02:00
20260501003400_remove_yearly_billing_interval.sql
refactor: remove yearly billing interval, keep only one_time and monthly
2026-05-01 02:35:22 +02:00
20260623000000_add_profiles_trigger_and_backfill.sql
fix: resolve customer creation fk violation and implement instant updates in admin dialogs
2026-06-23 03:27:46 +02:00
20260623000100_add_order_number_and_hash_to_orders.sql
feat: rename invoice (RE-) to order confirmation (BE-) throughout the application
2026-06-25 22:43:17 +02:00
20260623000200_create_users_and_settings_tables.sql
feat: create users and settings tables, replace getSession with getUser
2026-06-23 04:05:39 +02:00
20260623000300_create_customers_table.sql
migration: create public.customers table with RLS
2026-06-23 23:52:57 +02:00
20260624000000_integrity_functions.sql
feat: implement admin validation middleware, DB integrity scan, automatic schema repair, and reindexing dashboard
2026-06-24 13:06:23 +02:00
20260624100000_create_companies_table.sql
Add Partner/Firmen links, migration for companies and partner relationship
2026-06-24 22:51:02 +02:00
20260625000000_add_delivery_address_to_companies.sql
feat: add delivery address migration, update companies server actions and rewrite companies page to support creation and edit of full address
2026-06-25 01:52:05 +02:00
20260625001000_add_email_to_end_customers.sql
feat: Add email field to end_customers table and UI screens
2026-06-25 02:29:33 +02:00
20260625085800_add_show_in_branches_to_products.sql
feat: restructure checkout steps, add Kauf/Abo selection and product display flags
2026-06-25 09:03:53 +02:00
20260625130000_add_has_quantity_to_product_modules.sql
feat: Add quantity support for product modules, multiply prices in order snapshot and pdf
2026-06-25 13:04:37 +02:00
20260625143000_add_dependencies_to_products.sql
feat: Add product dependencies (requirements and exclusions) to database, admin UI and wizard validation
2026-06-25 14:38:30 +02:00