mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
6 lines
109 B
SQL
6 lines
109 B
SQL
CREATE TABLE `onboarding` (
|
|
`id` text PRIMARY KEY NOT NULL,
|
|
`step` text NOT NULL,
|
|
`previous_step` text
|
|
);
|