-
Your Name authored
- Changed log message from 'Default payment system data inserted' to 'Default payment system data checked (existing records preserved)' - Added comments explaining INSERT OR IGNORE behavior - Clarifies that existing records are never overwritten - Uses INSERT OR IGNORE/INSERT IGNORE which only inserts if record doesn't exist based on UNIQUE constraints
66565a94