mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-26 20:28:49 +02:00
5 lines
99 B
SQL
5 lines
99 B
SQL
START TRANSACTION;
|
|
|
|
INSERT INTO `tconfig` (`token`, `value`) VALUES ('lts_name', 'Akira');
|
|
|
|
COMMIT; |