mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-05 18:46:53 +02: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
|
|
);
|