Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@ If you don't have it installed, you can:

This will give you the normal WP update notification when a new version ships, and its a 1 click update.

### Migrating from Old Version

You may want to truncate these tables, replace wp_ with your database prefix

```
TRUNCATE TABLE wp_codeable_amounts;
TRUNCATE TABLE wp_codeable_clients;
TRUNCATE TABLE wp_codeable_tasks;
TRUNCATE TABLE wp_codeable_transactions;
TRUNCATE TABLE wp_codeable_transcactions;
```

### Frequently Asked Questions

*There was a problem fetching remote data from Codeable*
Expand Down