File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def reflect_tables(self):
7474 print (
7575 f"""
7676 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
77- [-] This is probably because a newer version of nxc is being ran on an old DB schema
77+ [-] This is probably because a newer version of nxc is being run on an old DB schema
7878 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
7979 [-] Then remove the { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
8080 )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def reflect_tables(self):
5454 print (
5555 f"""
5656 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
57- [-] This is probably because a newer version of nxc is being ran on an old DB schema
57+ [-] This is probably because a newer version of nxc is being run on an old DB schema
5858 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
5959 [-] Then remove the nxc { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
6060 )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def reflect_tables(self):
7777 print (
7878 f"""
7979 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
80- [-] This is probably because a newer version of nxc is being ran on an old DB schema
80+ [-] This is probably because a newer version of nxc is being run on an old DB schema
8181 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
8282 [-] Then remove the { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
8383 )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def reflect_tables(self):
5757 print (
5858 f"""
5959 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
60- [-] This is probably because a newer version of nxc is being ran on an old DB schema
60+ [-] This is probably because a newer version of nxc is being run on an old DB schema
6161 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
6262 [-] Then remove the { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
6363 )
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ def reflect_tables(self):
193193 print (
194194 f"""
195195 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
196- [-] This is probably because a newer version of nxc is being ran on an old DB schema
196+ [-] This is probably because a newer version of nxc is being run on an old DB schema
197197 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
198198 [-] Then remove the { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
199199 )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def reflect_tables(self):
9999 print (
100100 f"""
101101 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
102- [-] This is probably because a newer version of nxc is being ran on an old DB schema
102+ [-] This is probably because a newer version of nxc is being run on an old DB schema
103103 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
104104 [-] Then remove the nxc { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
105105 )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def reflect_tables(self):
6262 print (
6363 f"""
6464 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
65- [-] This is probably because a newer version of nxc is being ran on an old DB schema
65+ [-] This is probably because a newer version of nxc is being run on an old DB schema
6666 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
6767 [-] Then remove the { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
6868 )
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def reflect_tables(self):
8282 print (
8383 f"""
8484 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
85- [-] This is probably because a newer version of nxc is being ran on an old DB schema
85+ [-] This is probably because a newer version of nxc is being run on an old DB schema
8686 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
8787 [-] Then remove the { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
8888 )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def reflect_tables(self):
5454 print (
5555 f"""
5656 [-] Error reflecting tables for the { self .protocol } protocol - this means there is a DB schema mismatch
57- [-] This is probably because a newer version of nxc is being ran on an old DB schema
57+ [-] This is probably because a newer version of nxc is being run on an old DB schema
5858 [-] Optionally save the old DB data (`cp { self .db_path } ~/nxc_{ self .protocol .lower ()} .bak`)
5959 [-] Then remove the nxc { self .protocol } DB (`rm -f { self .db_path } `) and run nxc to initialize the new DB"""
6060 )
You can’t perform that action at this time.
0 commit comments