We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 253a359 + b534687 commit 18d01f3Copy full SHA for 18d01f3
README.md
@@ -60,6 +60,18 @@ If you don't have it installed, you can:
60
61
This will give you the normal WP update notification when a new version ships, and its a 1 click update.
62
63
+### Migrating from Old Version
64
+
65
+You may want to truncate these tables, replace wp_ with your database prefix
66
67
+```
68
+TRUNCATE TABLE wp_codeable_amounts;
69
+TRUNCATE TABLE wp_codeable_clients;
70
+TRUNCATE TABLE wp_codeable_tasks;
71
+TRUNCATE TABLE wp_codeable_transactions;
72
+TRUNCATE TABLE wp_codeable_transcactions;
73
74
75
### Frequently Asked Questions
76
77
*There was a problem fetching remote data from Codeable*
0 commit comments