Running sql format.

This commit is contained in:
Dessalines 2024-05-05 22:10:32 -04:00
parent ee7df0dc35
commit 158df204d3

View file

@ -13,3 +13,4 @@ CREATE TABLE image_details (
content_type text NOT NULL,
published timestamptz DEFAULT now() NOT NULL
);