WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]DESCRIBE wp_slatonfs_hoa_client_info
WordPress database error: [Duplicate column name 'property_address']ALTER TABLE wp_slatonfs_hoa_client_info
ADD COLUMN property_address VARCHAR(500) AFTER notes,
ADD COLUMN year_built VARCHAR(10) AFTER property_address,
ADD COLUMN number_of_units VARCHAR(10) AFTER year_built,
ADD COLUMN dues_rate VARCHAR(50) AFTER number_of_units,
ADD COLUMN dues_frequency VARCHAR(50) AFTER dues_rate,
ADD COLUMN board_meeting_frequency VARCHAR(255) AFTER dues_frequency,
ADD COLUMN board_meeting_location VARCHAR(255) AFTER board_meeting_frequency,
ADD COLUMN annual_meeting_date VARCHAR(255) AFTER board_meeting_location,
ADD COLUMN annual_meeting_location VARCHAR(255) AFTER annual_meeting_date
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_tax_eftps LIKE 'sharepoint_file_id'
WordPress database error: [Duplicate column name 'sharepoint_file_id']ALTER TABLE wp_slatonfs_tax_eftps ADD COLUMN sharepoint_file_id varchar(100) DEFAULT NULL AFTER payment_type
WordPress database error: [Duplicate key name 'sharepoint_file_id']ALTER TABLE wp_slatonfs_tax_eftps ADD KEY sharepoint_file_id (sharepoint_file_id)
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_tax_settings LIKE 'eftps_payment_default'
WordPress database error: [Duplicate column name 'eftps_payment_default']ALTER TABLE wp_slatonfs_tax_settings ADD COLUMN eftps_payment_default varchar(20) DEFAULT 'auto_pay' AFTER eftps_method
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_pay_types LIKE 'export_suffix'
WordPress database error: [Duplicate column name 'export_suffix']ALTER TABLE wp_slatonfs_timesheet_pay_types ADD COLUMN export_suffix varchar(5) DEFAULT '' AFTER name
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheets LIKE 'period_id'
WordPress database error: [Duplicate column name 'period_id']ALTER TABLE wp_slatonfs_timesheets ADD COLUMN period_id bigint(20) NOT NULL DEFAULT 0 AFTER client_id
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_settings LIKE 'show_hourly_rate'
WordPress database error: [Duplicate column name 'show_hourly_rate']ALTER TABLE wp_slatonfs_timesheet_settings ADD COLUMN show_hourly_rate tinyint(1) DEFAULT 0
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_settings LIKE 'show_salary'
WordPress database error: [Duplicate column name 'show_salary']ALTER TABLE wp_slatonfs_timesheet_settings ADD COLUMN show_salary tinyint(1) DEFAULT 0
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_settings LIKE 'check_date_offset'
WordPress database error: [Duplicate column name 'check_date_offset']ALTER TABLE wp_slatonfs_timesheet_settings ADD COLUMN check_date_offset int DEFAULT 5
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheets LIKE 'updated_at'
WordPress database error: [Duplicate column name 'updated_at']ALTER TABLE wp_slatonfs_timesheets ADD COLUMN updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'employee_id'
WordPress database error: [Duplicate column name 'employee_id']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN employee_id varchar(50) NOT NULL AFTER timesheet_id
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'employee_name'
WordPress database error: [Duplicate column name 'employee_name']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN employee_name varchar(100) NOT NULL AFTER employee_id
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'department'
WordPress database error: [Duplicate column name 'department']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN department varchar(100) DEFAULT NULL AFTER employee_name
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'location'
WordPress database error: [Duplicate column name 'location']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN location varchar(100) DEFAULT NULL AFTER department
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'pay_type_code'
WordPress database error: [Duplicate column name 'pay_type_code']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN pay_type_code varchar(10) NOT NULL AFTER location
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'hours'
WordPress database error: [Duplicate column name 'hours']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN hours decimal(6,2) NOT NULL AFTER pay_type_code
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'rate'
WordPress database error: [Duplicate column name 'rate']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN rate decimal(10,2) DEFAULT NULL AFTER hours
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'amount'
WordPress database error: [Duplicate column name 'amount']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN amount decimal(10,2) DEFAULT NULL AFTER rate
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'notes'
WordPress database error: [Duplicate column name 'notes']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN notes text AFTER amount
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_slatonfs_timesheet_entries LIKE 'created_at'
WordPress database error: [Duplicate column name 'created_at']ALTER TABLE wp_slatonfs_timesheet_entries ADD COLUMN created_at datetime DEFAULT CURRENT_TIMESTAMP AFTER notes
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_bv_ip_store`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_bv_ip_store`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_bv_ip_store`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_bv_ip_store`
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_sfe_evictions LIKE 'tenant_dob'
WordPress database error: [Duplicate column name 'tenant_dob']ALTER TABLE wp_sfe_evictions ADD COLUMN tenant_dob date AFTER tenant_additional
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_sfe_evictions LIKE 'months_behind'
WordPress database error: [Duplicate column name 'months_behind']ALTER TABLE wp_sfe_evictions ADD COLUMN months_behind varchar(50) AFTER unpaid_rent
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_sfe_evictions LIKE 'last_payment_date'
WordPress database error: [Duplicate column name 'last_payment_date']ALTER TABLE wp_sfe_evictions ADD COLUMN last_payment_date date AFTER months_behind
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW COLUMNS FROM wp_sfe_evictions LIKE 'checklist_data'
WordPress database error: [Duplicate column name 'checklist_data']ALTER TABLE wp_sfe_evictions ADD COLUMN checklist_data longtext AFTER internal_notes
WordPress database error: [Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")]SHOW FULL COLUMNS FROM `wp_options`