peeringdb / peeringdb-py

PeeringDB python client
BSD 2-Clause "Simplified" License
89 stars 22 forks source link

added a drop tables sql script in order to clean out mysql tables #7

Closed mahtin closed 8 years ago

mahtin commented 8 years ago

In order to get sync to work sometimes, I find it useful to delete all the tables in the database and run peeringdb sync again. This the sql file I use.

codecov-io commented 8 years ago

Current coverage is 0.00%

Merging #7 into master will not affect coverage as of 1a200af

@@            master    #7   diff @@
====================================
  Files            7     7       
  Stmts          344   344       
  Branches         0     0       
  Methods          0     0       
====================================
  Hit              0     0       
  Partial          0     0       
  Missed         344   344       

Review entire Coverage Diff as of 1a200af

Powered by Codecov. Updated on successful CI builds.

grizz commented 8 years ago

Already in client