update to v2025

This commit is contained in:
pluja 2024-12-09 16:29:21 +01:00
parent 4fa109caf6
commit 3711136c66
189 changed files with 24157 additions and 4788 deletions

4
docker/database/init.sql Normal file
View 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`;