Skip to content

Commit

Permalink
Merge pull request #133 from sadmann7/cleanup-routes
Browse files Browse the repository at this point in the history
feat: add dashboard settings page
  • Loading branch information
sadmann7 committed Apr 21, 2024
2 parents ff30313 + a0a5a95 commit b285abe
Show file tree
Hide file tree
Showing 23 changed files with 619 additions and 1,458 deletions.
8 changes: 8 additions & 0 deletions drizzle/0003_clear_meteorite.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ALTER TABLE "skateshop_notifications" RENAME COLUMN "newsletter" TO "receive_newsletter";--> statement-breakpoint
ALTER TABLE "skateshop_notifications" RENAME COLUMN "marketing" TO "receive_marketing";--> statement-breakpoint
ALTER TABLE "skateshop_notifications" DROP CONSTRAINT "skateshop_notifications_user_id_unique";--> statement-breakpoint
ALTER TABLE "skateshop_stores" DROP CONSTRAINT "skateshop_stores_user_id_unique";--> statement-breakpoint
ALTER TABLE "skateshop_subscriptions" DROP CONSTRAINT "skateshop_subscriptions_user_id_unique";--> statement-breakpoint
ALTER TABLE "skateshop_categories" ALTER COLUMN "slug" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "skateshop_subcategories" ALTER COLUMN "slug" SET NOT NULL;--> statement-breakpoint
ALTER TABLE "skateshop_notifications" ADD COLUMN "receive_communication" boolean DEFAULT false NOT NULL;
2 changes: 0 additions & 2 deletions drizzle/0003_colossal_invisible_woman.sql

This file was deleted.

3 changes: 0 additions & 3 deletions drizzle/0004_boring_colonel_america.sql

This file was deleted.

0 comments on commit b285abe

Please sign in to comment.