forked from rutuja-39/WolfTrack5.0
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdatabase.sqbpro
More file actions
6 lines (6 loc) · 2.42 KB
/
Copy pathdatabase.sqbpro
File metadata and controls
6 lines (6 loc) · 2.42 KB
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?><sqlb_project><db path="database.db" readonly="0" foreign_keys="1" case_sensitive_like="0" temp_store="0" wal_autocheckpoint="1000" synchronous="2"/><attached/><window><main_tabs open="structure browser pragmas query" current="1"/></window><tab_structure><column_width id="0" width="300"/><column_width id="1" width="0"/><column_width id="2" width="100"/><column_width id="3" width="1284"/><column_width id="4" width="0"/><expanded_item id="0" parent="1"/><expanded_item id="1" parent="1"/><expanded_item id="2" parent="1"/><expanded_item id="3" parent="1"/></tab_structure><tab_browse><table title="client" custom_title="0" dock_id="3" table="4,6:mainclient"/><table title="resumes" custom_title="0" dock_id="4" table="4,7:mainresumes"/><dock_state state="000000ff00000000fd0000000100000002000003280000021ffc0100000002fc00000000000003280000000000fffffffa000000000100000002fb000000160064006f0063006b00420072006f00770073006500310100000000ffffffff0000000000000000fb000000160064006f0063006b00420072006f00770073006500320100000000ffffffff0000000000000000fc00000000000003280000010d00fffffffa000000010100000002fb000000160064006f0063006b00420072006f00770073006500330100000000ffffffff0000010d00fffffffb000000160064006f0063006b00420072006f00770073006500340100000000ffffffff0000010100ffffff000002940000000000000004000000040000000800000008fc00000000"/><default_encoding codec=""/><browse_table_settings><table schema="main" name="client" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_" freeze_columns="0"><sort/><column_widths><column index="1" value="24"/><column index="2" value="129"/><column index="3" value="114"/><column index="4" value="300"/><column index="5" value="66"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table><table schema="main" name="resumes" show_row_id="0" encoding="" plot_x_axis="" unlock_view_pk="_rowid_" freeze_columns="0"><sort/><column_widths><column index="1" value="21"/><column index="2" value="74"/><column index="3" value="73"/></column_widths><filter_values/><conditional_formats/><row_id_formats/><display_formats/><hidden_columns/><plot_y_axes/><global_filter/></table></browse_table_settings></tab_browse><tab_sql><sql name="SQL 1*">DELETE FROM resumes
WHERE id NOT IN (
SELECT MIN(id)
FROM resumes
GROUP BY username, fileName
);</sql><current_tab id="0"/></tab_sql></sqlb_project>