From 514f2e7194a875cfc53d7e1bccd922db2bbb3f3f Mon Sep 17 00:00:00 2001 From: lucashemi Date: Wed, 8 Feb 2023 14:57:43 -0300 Subject: readme --- .../db/migration/V4__alter-table-doctors-add-column-active.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/src/main/resources/db/migration/V4__alter-table-doctors-add-column-active.sql (limited to 'api/src/main/resources/db/migration/V4__alter-table-doctors-add-column-active.sql') diff --git a/api/src/main/resources/db/migration/V4__alter-table-doctors-add-column-active.sql b/api/src/main/resources/db/migration/V4__alter-table-doctors-add-column-active.sql new file mode 100644 index 0000000..bdbfa76 --- /dev/null +++ b/api/src/main/resources/db/migration/V4__alter-table-doctors-add-column-active.sql @@ -0,0 +1,2 @@ +alter table doctors add active tinyint; +update doctors set active = 1; \ No newline at end of file -- cgit v1.2.3-18-g5258