fix typo
ci / build (push) Failing after 10m55s
Details
ci / build (push) Failing after 10m55s
Details
This commit is contained in:
parent
4e0dbbb2c8
commit
e82db2c250
|
@ -4,7 +4,7 @@ CREATE TABLE api.records (
|
||||||
url TEXT NOT NULL,
|
url TEXT NOT NULL,
|
||||||
discord_message_id TEXT NOT NULL,
|
discord_message_id TEXT NOT NULL,
|
||||||
recording_state TEXT NOT NULL DEFAULT 'pending',
|
recording_state TEXT NOT NULL DEFAULT 'pending',
|
||||||
file_size BIGINT NOT NULL DEFAULT 0;
|
file_size BIGINT NOT NULL DEFAULT 0
|
||||||
);
|
);
|
||||||
|
|
||||||
-- roles & permissions for our backend automation user
|
-- roles & permissions for our backend automation user
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@futureporn/migrations",
|
"name": "@futureporn/migrations",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.4.0",
|
"version": "0.4.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue