Logo
Explore Help
Register Sign In
Malin/MeDBia
1
0
Fork 0
You've already forked MeDBia
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
a9d550ba1d0752dbae03386175fb73c4ca785312
MeDBia/videodb/contrib/setOwner.sql

8 lines
225 B
MySQL
Raw Normal View History

feat: add videodb media index with Docker stack - Add videodb PHP/MySQL media collection manager (Blu-ray, DVD, CD) - Dockerfile: PHP 8.1 + Apache with GD/mysqli/exif extensions - docker-compose.yml: app on port 6761 + MySQL 8.0 with health checks - docker-entrypoint.sh: auto-generates config.inc.php from env vars, waits for MySQL, initializes DB schema idempotently - init-db.php: CLI schema installer using app's own prefix_query() logic - Persistent volumes for DB, cache, and cover images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 09:49:52 +02:00
# This SQL statement changes the owner of all unowned movies be sure to change
# NEWOWNER to the name of the user who should own the movies.
UPDATE videodata
SET owner = 'NEWOWNER'
WHERE owner IS NULL
OR owner = '';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 280ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API