From a9ae6759e41b1bf6f38e9825ea7d9d297e10e70c Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Sun, 12 Apr 2026 09:32:10 +0300 Subject: [PATCH] feat: add movie and category services --- postgres/init.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/init.sql b/postgres/init.sql index b3923d3..8aef845 100644 --- a/postgres/init.sql +++ b/postgres/init.sql @@ -1,2 +1,3 @@ CREATE DATABASE teacinema_auth; CREATE DATABASE teacinema_users; +CREATE DATABASE teacinema_movies;