Initial commit - import depuis serveur de production

This commit is contained in:
manus-admin
2026-05-31 22:01:16 +02:00
commit f93a77758a
282 changed files with 55903 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"query": "SELECT id, username, name, role, loginMethod, immutable, createdAt FROM users WHERE username = 'adminServPodcast';",
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.b4dff1ea5cdb --database F7vYDf4Hr9sX7oqKAmb2yW --execute SELECT id, username, name, role, loginMethod, immutable, createdAt FROM users WHERE username = 'adminServPodcast';",
"rows": [
{
"id": "24",
"username": "adminServPodcast",
"name": "Administrateur Service Podcast",
"role": "admin",
"loginMethod": "local",
"immutable": "1",
"createdAt": "2026-03-12 16:18:34"
}
],
"messages": [],
"stdout": "id\tusername\tname\trole\tloginMethod\timmutable\tcreatedAt\n24\tadminServPodcast\tAdministrateur Service Podcast\tadmin\tlocal\t1\t2026-03-12 16:18:34\n",
"stderr": "",
"execution_time_ms": 237
}