didn't fix the actual error lol
All checks were successful
Go / build (push) Successful in 1m53s

This commit is contained in:
saji 2024-02-28 01:08:28 -06:00
parent d6cd4d3e26
commit a3f6e36cc4

View file

@ -1,7 +1,7 @@
CREATE TABLE "packet_definitions" (
"name" TEXT NOT NULL,
"description" TEXT,
"id" INTEGER NOT NULL,
"id" INTEGER NOT NULL
);
CREATE TABLE "field_definitions" (