-# Copyright (C) 2018, 2019, 2020, 2021 The Meme Factory, Inc.
+# Copyright (C) 2018, 2019, 2020, 2021, 2024 The Meme Factory, Inc.
# http://www.karlpinc.com/
# This file is part of PGWUI_Upload_Core.
# Constants
CHANGED_RESPONSE = {
'db': 'somedb',
- 'db_changed': True,
+ 'report_success': True,
'filename': 'file',
'lines': 5,
'null_rep': 'NULL',
'user': 'someuser',
}
-UNCHANGED_RESPONSE = {'db_changed': False}
+UNCHANGED_RESPONSE = {'report_success': False}
# A "upload form"
UPLOAD_FORM_W_LIT_CHECKED = {'literal_col_headings': True}