mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-19 22:28:38 +00:00
feat: 测试数据库docker-compose, postgres DDL初稿
This commit is contained in:
5
sql/_docker/oracle/1_create_user.sql
Normal file
5
sql/_docker/oracle/1_create_user.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
ALTER SESSION SET CONTAINER=XEPDB1;
|
||||
|
||||
CREATE USER ROOT IDENTIFIED BY 123456 QUOTA UNLIMITED ON USERS;
|
||||
|
||||
GRANT CONNECT, RESOURCE TO ROOT;
|
||||
Reference in New Issue
Block a user