chore: fix ota server
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS releases (
|
||||
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
|
||||
runtime_version VARCHAR(255) NOT NULL,
|
||||
path VARCHAR(255) NOT NULL,
|
||||
timestamp TIMESTAMP NOT NULL,
|
||||
commit_hash VARCHAR(255) NOT NULL,
|
||||
commit_message VARCHAR(255) NOT NULL,
|
||||
update_id VARCHAR(255)
|
||||
);
|
||||
Reference in New Issue
Block a user