mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 22:41:39 +02:00
🎉 Add themes infraestructure.
This commit is contained in:
parent
cd61269cd5
commit
ea3e17f7fe
20 changed files with 207 additions and 33 deletions
|
@ -11,6 +11,7 @@ CREATE TABLE profile (
|
|||
password text NOT NULL,
|
||||
|
||||
lang text NULL,
|
||||
theme text NULL,
|
||||
is_demo boolean NOT NULL DEFAULT false
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue