mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
syntax error
This commit is contained in:
parent
2c1df933c1
commit
fb62ce5230
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
create type if not exists inet_protocol as enum ('tcp', 'udp');
|
||||
create type inet_protocol as enum ('tcp', 'udp');
|
||||
|
||||
create table if not exists client (
|
||||
client_id uuid NOT NULL primary key unique,
|
||||
|
|
Loading…
Reference in a new issue