mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-12 00:11:21 -04:00
update to v2025
This commit is contained in:
parent
4fa109caf6
commit
3711136c66
189 changed files with 24157 additions and 4788 deletions
4
docker/database/init.sql
Normal file
4
docker/database/init.sql
Normal file
|
@ -0,0 +1,4 @@
|
|||
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED VIA unix_socket WITH GRANT OPTION;
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS `nocodb`;
|
||||
GRANT ALL ON `nocodb`.* TO `kycnot`;
|
Loading…
Add table
Add a link
Reference in a new issue