Skip to content

Commit

Permalink
use only diesel migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Sep 14, 2023
1 parent 12d8ee2 commit 7579e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Add down migration script here
-- This file should undo anything in `up.sql`
DROP TABLE aggregator.markets_registered_per_day;

DROP SCHEMA aggregator;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Add up migration script here
-- Your SQL goes here
CREATE SCHEMA aggregator;

CREATE TABLE aggregator.markets_registered_per_day (
Expand Down

0 comments on commit 7579e98

Please sign in to comment.