Merge branch 'docker' into 'master'
Docker env See merge request pds19-grupo2/myhealth!2
This commit is contained in:
@@ -129,7 +129,7 @@ CREATE TABLE myhealth.medicalspecialty
|
||||
)
|
||||
TABLESPACE pg_default;
|
||||
|
||||
-- Table: myhealth.patient
|
||||
-- Table: myhealth.patient
|
||||
CREATE TABLE myhealth.patient
|
||||
(
|
||||
id INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY ( INCREMENT 1 START 1 MINVALUE 1 MAXVALUE 2147483647 CACHE 1 ),
|
||||
@@ -231,4 +231,4 @@ GRANT ALL ON myhealth.question to usrmyhealth;
|
||||
GRANT ALL ON myhealth.medicaltest to usrmyhealth;
|
||||
|
||||
END;
|
||||
$$
|
||||
$$
|
||||
Reference in New Issue
Block a user