Skip to content

Commit

Permalink
feat: nodes are sortable now (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarde committed Dec 22, 2023
1 parent 6c6620c commit 83a1748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ CREATE TABLE node (
protocol TEXT DEFAULT 0,
pulselength TEXT DEFAULT 0,
iterations INTEGER,
state BOOLEAN DEFAULT FALSE
state BOOLEAN DEFAULT FALSE,
sort_order INTEGER NOT NULL UNIQUE
);

CREATE TABLE event (
Expand Down

0 comments on commit 83a1748

Please sign in to comment.