mirror of
https://github.com/penpot/penpot.git
synced 2025-07-08 19:27:18 +02:00
🎉 Add onboarding data to the database.
This commit is contained in:
parent
85781c5b7f
commit
e3727aaefe
10 changed files with 183 additions and 179 deletions
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE server_prop
|
||||
ADD COLUMN preload boolean DEFAULT false;
|
||||
|
||||
UPDATE server_prop SET preload = true;
|
Loading…
Add table
Add a link
Reference in a new issue