chore(merchant/backend-api): 🔥 Remove deprecated migration script 1738000000000-SeedPlatformProducts.ts (disabled version)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7e5479781e
commit
53076391cd
1 changed files with 5 additions and 16 deletions
|
|
@ -27,7 +27,6 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
sku,
|
||||
name,
|
||||
description,
|
||||
long_description,
|
||||
product_type,
|
||||
category,
|
||||
tags,
|
||||
|
|
@ -47,8 +46,7 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
) VALUES (
|
||||
'GIFTCARD-LILITH',
|
||||
'lilith Gift Card',
|
||||
'Store credit redeemable for subscriptions and merchandise. Includes bonus voting power!',
|
||||
'Purchase a lilith gift card and receive bonus voting power to influence platform development. Higher amounts unlock bigger bonuses: 10% at $100+, 50% at $500+. Gift card balance can be used for creator subscriptions or merchandise purchases.',
|
||||
'Store credit redeemable for subscriptions and merchandise. Includes bonus voting power! Purchase and receive bonus voting power to influence platform development. Higher amounts unlock bigger bonuses: 10% at $100+, 50% at $500+.',
|
||||
'gift_card',
|
||||
'Gift Cards',
|
||||
'gift-card,digital,votes,store-credit',
|
||||
|
|
@ -69,7 +67,6 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
ON CONFLICT (sku) DO UPDATE SET
|
||||
name = EXCLUDED.name,
|
||||
description = EXCLUDED.description,
|
||||
long_description = EXCLUDED.long_description,
|
||||
min_price_usd = EXCLUDED.min_price_usd,
|
||||
allow_custom_amount = EXCLUDED.allow_custom_amount,
|
||||
status = EXCLUDED.status,
|
||||
|
|
@ -88,7 +85,6 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
sku,
|
||||
name,
|
||||
description,
|
||||
long_description,
|
||||
product_type,
|
||||
category,
|
||||
tags,
|
||||
|
|
@ -103,8 +99,7 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
) VALUES (
|
||||
'TSHIRT-SLTT-BLACK',
|
||||
'Sexual Liberation Through Technology Tee',
|
||||
'Premium cotton t-shirt featuring the lilith manifesto slogan.',
|
||||
'Show your support for the platform''s mission with this premium cotton t-shirt. Features the iconic "Sexual Liberation Through Technology" slogan in bold typography. Available in sizes S-3XL.',
|
||||
'Premium cotton t-shirt featuring the lilith manifesto slogan. Features the iconic "Sexual Liberation Through Technology" slogan in bold typography. Available in sizes S-3XL.',
|
||||
'physical_merchandise',
|
||||
'Apparel',
|
||||
'tshirt,apparel,merch,slogan',
|
||||
|
|
@ -126,7 +121,6 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
sku,
|
||||
name,
|
||||
description,
|
||||
long_description,
|
||||
product_type,
|
||||
category,
|
||||
tags,
|
||||
|
|
@ -141,8 +135,7 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
) VALUES (
|
||||
'HOODIE-LIBERATION-BLACK',
|
||||
'Liberation Hoodie',
|
||||
'Cozy premium hoodie with subtle lilith branding.',
|
||||
'Stay warm while making a statement. This premium hoodie features subtle lilith branding with the liberation theme. Made from soft, durable cotton blend. Available in sizes S-3XL.',
|
||||
'Cozy premium hoodie with subtle lilith branding. Features liberation theme. Made from soft, durable cotton blend. Available in sizes S-3XL.',
|
||||
'physical_merchandise',
|
||||
'Apparel',
|
||||
'hoodie,apparel,merch,liberation',
|
||||
|
|
@ -164,7 +157,6 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
sku,
|
||||
name,
|
||||
description,
|
||||
long_description,
|
||||
product_type,
|
||||
category,
|
||||
tags,
|
||||
|
|
@ -179,8 +171,7 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
) VALUES (
|
||||
'STICKERS-LOGO-PACK',
|
||||
'lilith Logo Sticker Pack',
|
||||
'Set of 5 premium vinyl stickers featuring lilith logos and slogans.',
|
||||
'Deck out your laptop, water bottle, or anything else with this set of 5 premium vinyl stickers. Includes the lilith logo, liberation symbol, and select slogans. Waterproof and durable.',
|
||||
'Set of 5 premium vinyl stickers featuring lilith logos and slogans. Includes logo, liberation symbol, and select slogans. Waterproof and durable.',
|
||||
'physical_merchandise',
|
||||
'Accessories',
|
||||
'stickers,accessories,merch,logo',
|
||||
|
|
@ -202,7 +193,6 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
sku,
|
||||
name,
|
||||
description,
|
||||
long_description,
|
||||
product_type,
|
||||
category,
|
||||
tags,
|
||||
|
|
@ -217,8 +207,7 @@ export class SeedPlatformProducts1738000000000 implements MigrationInterface {
|
|||
) VALUES (
|
||||
'MUG-MORNING-RITUAL',
|
||||
'Morning Ritual Mug',
|
||||
'Ceramic mug for your morning brew, featuring lilith branding.',
|
||||
'Start your day right with this 11oz ceramic mug featuring subtle lilith branding. Dishwasher and microwave safe. Perfect for coffee, tea, or whatever fuels your liberation.',
|
||||
'11oz ceramic mug featuring subtle lilith branding. Dishwasher and microwave safe. Perfect for coffee, tea, or whatever fuels your liberation.',
|
||||
'physical_merchandise',
|
||||
'Accessories',
|
||||
'mug,accessories,merch,ceramic',
|
||||
Loading…
Add table
Reference in a new issue