Replace entire codebase with homarr-labs/homarr
This commit is contained in:
6
packages/db/migrations/mysql/0017_tired_penance.sql
Normal file
6
packages/db/migrations/mysql/0017_tired_penance.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `onboarding` (
|
||||
`id` varchar(64) NOT NULL,
|
||||
`step` varchar(64) NOT NULL,
|
||||
`previous_step` varchar(64),
|
||||
CONSTRAINT `onboarding_id` PRIMARY KEY(`id`)
|
||||
);
|
||||
Reference in New Issue
Block a user