Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Apr 3, 2024
1 parent 0a471cf commit f60c30b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions migrations/00000-create-table-logos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,5 @@ export async function up(sql: Sql) {
}

export async function down(sql: Sql) {
await sql`
INSERT INTO
logoos (name)
VALUES
('Next.js'),
('Next.js'),
('Next.js'),
('Next.js')
`;
await sql`DROP TABLE logos`;
}

0 comments on commit f60c30b

Please sign in to comment.