<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,3 +45,11 @@ insert into money_transactions(
 			end, ts
 		from public.money_transactions
 ;
+
+-- Update the sequences
+select setval('categories_id_seq', max(id)) from categories;
+select setval('groups_id_seq', max(id)) from groups;
+select setval('money_accounts_id_seq', max(id)) from money_accounts;
+select setval('money_transactions_id_seq', max(id)) from money_transactions;
+select setval('roles_id_seq', max(id)) from roles;
+select setval('users_id_seq', max(id)) from users;</diff>
      <filename>db/production_migration.sql</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bdd5dd0fa319b800a4720a00b7233b8ebf5426b7</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/money/commit/659b58589f9dfff569c39cf1f1a8895fe25f043b</url>
  <id>659b58589f9dfff569c39cf1f1a8895fe25f043b</id>
  <committed-date>2007-12-22T00:29:23-08:00</committed-date>
  <authored-date>2007-12-22T00:29:23-08:00</authored-date>
  <message>Updated prod migration to include sequences.</message>
  <tree>fd89876ade10d1f88834ab3e29e8fd8e5a976854</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
