✨ Adds name to tracker
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
|
||||
DROP TABLE "trackers";
|
||||
DROP TABLE "hits";
|
||||
DROP TABLE "trackers";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
CREATE TABLE "trackers"
|
||||
(
|
||||
"id" UUID PRIMARY KEY NOT NULL UNIQUE,
|
||||
"name" TEXT,
|
||||
"created_at" TIMESTAMP NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user