mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
5 lines
88 B
SQL
5 lines
88 B
SQL
CREATE TABLE "actual"."preferences" (
|
|
"id" text PRIMARY KEY NOT NULL,
|
|
"value" text
|
|
);
|