react-rust-postgres: add connection to postgres with migrations
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE users;
|
||||
Reference in New Issue
Block a user
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
@@ -0,0 +1 @@
|
||||
DROP TABLE users;
|
||||