5d2d6bae08
Removed SQLite from twenty-website --------- Co-authored-by: Ady Beraud <a.beraud96@gmail.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
5 lines
118 B
SQL
5 lines
118 B
SQL
CREATE TABLE IF NOT EXISTS "githubStars" (
|
|
"timestamp" timestamp DEFAULT now() NOT NULL,
|
|
"numberOfStars" integer
|
|
);
|