found an issue with missing comma for migrations
Build and Push Image / build-and-push (push) Failing after 1m39s
Build and Push Image / build-and-push (push) Failing after 1m39s
This commit is contained in:
@@ -2,7 +2,7 @@ export const up = (pgm) => {
|
||||
pgm.sql(`
|
||||
CREATE TABLE location (
|
||||
id UUID PRIMARY KEY,
|
||||
name TEXT UNIQUE NOT NULL
|
||||
name TEXT UNIQUE NOT NULL,
|
||||
created_at TIMESTAMP DEFAULT NOW(),
|
||||
updated_at TIMESTAMP DEFAULT NOW()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user