You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You are about to drop the column `content_type` on the `email_notifications` table. All the data in the column will be lost.
5
+
- You are about to drop the column `content_type` on the `purchases` table. All the data in the column will be lost.
6
+
- A unique constraint covering the columns `[user_id,content_slug,email_type]` on the table `email_notifications` will be added. If there are existing duplicate values, this will fail.
7
+
- A unique constraint covering the columns `[email,content_slug,email_type]` on the table `email_notifications` will be added. If there are existing duplicate values, this will fail.
8
+
- A unique constraint covering the columns `[user_id,content_slug]` on the table `purchases` will be added. If there are existing duplicate values, this will fail.
9
+
- A unique constraint covering the columns `[email,content_slug]` on the table `purchases` will be added. If there are existing duplicate values, this will fail.
0 commit comments