<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>beancounter/evolutions/employee_rate_digits.sql</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -3,4 +3,5 @@ SEQUENCE = [
     'blank_fields',
     'delete_bid',
     'prune_project_fields',
-]
\ No newline at end of file
+    'employee_rate_digits',
+]</diff>
      <filename>beancounter/evolutions/__init__.py</filename>
    </modified>
    <modified>
      <diff>@@ -88,7 +88,7 @@ class Employee(Person):
     payment_preference = models.CharField(blank=True, max_length=100, choices=PAYMENT_CHOICES)
     payment_notes = models.TextField(blank=True)
     contract = models.DateField(blank=True, null=True, help_text=&quot;Date contractor contract was signed and received.&quot;)
-    hourly_rate = models.DecimalField(max_digits=5, decimal_places=2, blank=True, null=True, help_text=&quot;If rate varies, enter average and note below.&quot;)
+    hourly_rate = models.DecimalField(max_digits=6, decimal_places=2, blank=True, null=True, help_text=&quot;If rate varies, enter average and note below.&quot;)
     currency = models.CharField(default=&quot;USD&quot;, max_length=3)
     rate_notes = models.TextField(blank=True, help_text=&quot;Additional notes regarding contractor rates.&quot;)
 </diff>
      <filename>beancounter/models.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d59c1280550ae4d5177498daf5ef7dea2985f19</id>
    </parent>
  </parents>
  <author>
    <name>Peter Baumgartner</name>
    <email>pete@lincolnloop.com</email>
  </author>
  <url>http://github.com/lincolnloop/django-beancounter/commit/736b627c337fdc2cab41f45375fd4eecbdd55526</url>
  <id>736b627c337fdc2cab41f45375fd4eecbdd55526</id>
  <committed-date>2009-02-27T11:58:56-08:00</committed-date>
  <authored-date>2009-02-27T11:58:56-08:00</authored-date>
  <message>allows for 6 digit hourly rates
NOTE: evolution is raw sql and has only been tested with PostgreSQL</message>
  <tree>1f4c64e3108ee7aa083cffc411bf9872e3e861ad</tree>
  <committer>
    <name>Peter Baumgartner</name>
    <email>pete@lincolnloop.com</email>
  </committer>
</commit>
