refactor: Rename tables
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- +goose Up
|
||||
create table if not exists service
|
||||
create table if not exists services
|
||||
(
|
||||
id bigserial primary key,
|
||||
name varchar(255) not null,
|
||||
@@ -11,4 +11,4 @@ create table if not exists service
|
||||
public boolean default false
|
||||
);
|
||||
-- +goose Down
|
||||
drop table if exists service;
|
||||
drop table if exists services;
|
||||
|
||||
Reference in New Issue
Block a user