mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
feat: replace onboarding for explicit user linking
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `users` ADD `name` text;--> statement-breakpoint
|
||||
ALTER TABLE `users` ADD `email` text;--> statement-breakpoint
|
||||
ALTER TABLE `users` DROP COLUMN `onboarded`;
|
||||
Reference in New Issue
Block a user