Skip to content

Commit

Permalink
add screenshot table
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Oct 9, 2024
1 parent ddbfec6 commit f9f0233
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
create table if not exists screenshot (
id bigserial not null primary key,
version smallint,
disabled boolean,
manually_captured boolean,
last_updated timestamp(6)
);

0 comments on commit f9f0233

Please sign in to comment.