35250-vm/db/migrations/002_seed_tasks_table.sql
Flatlogic Bot f59042f511 Version 2
2025-10-26 13:25:51 +00:00

6 lines
551 B
SQL

INSERT INTO tasks (title, description, reward, status) VALUES
('Complete your profile', 'Fill out all the details in your user profile to get a reward.', 5.00, 'open'),
('Watch a video ad', 'Watch a 30-second video ad to earn a reward.', 0.50, 'open'),
('Refer a friend', 'Invite a friend to join the platform and get a bonus when they complete their first task.', 10.00, 'open'),
('Daily check-in', 'Visit the app every day to claim your daily reward.', 0.25, 'open'),
('Write a review', 'Write a review for our app on the app store.', 2.00, 'open');