-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsprites.sql
More file actions
13 lines (12 loc) · 811 Bytes
/
Copy pathsprites.sql
File metadata and controls
13 lines (12 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
-- Game Foundry Studio DEV database DML / seed review
-- Group: Sprites
-- Ownership: docs_build/database/dml/sprites.sql
-- Runtime setup/seed operations for this group must run through server-side APIs.
-- Browser pages must not directly seed authoritative DB records.
-- Owned tables: sprite_records, sprite_usage_references
-- DML status: Server-seed-owned.
-- Setup is performed through the Admin-owned server-side seed API and Sprites Local API/server-side Postgres service.
-- Browser pages must not seed authoritative records.
-- The server/API layer generates all non-user keys.
-- This SQL file intentionally has no direct INSERT statements because direct SQL would bypass key/audit ownership.
-- Direct SQL setup for this group remains deferred until a later migration-runner PR explicitly owns it.