diff --git a/notes.txt b/notes.txt
index 59de526..283bcd6 100644
--- a/notes.txt
+++ b/notes.txt
@@ -11,7 +11,6 @@ HIGH PRIORITY
BUG: disappearing units
BUG: tiles not updating
make pace faster (default food for one?)
- make trade screen more clear on existing for offer
reset cron
MEDIUM PRIORITY
Show current supplies of relevant settlement or industry card
diff --git a/sql/landgrab.sql b/sql/landgrab.sql
index de377ed..8796570 100644
--- a/sql/landgrab.sql
+++ b/sql/landgrab.sql
@@ -103,7 +103,7 @@ CREATE TABLE IF NOT EXISTS `account` (
`power_structure` int(10) UNSIGNED NULL, -- Democracy, Oligarchy, Autocracy, Anarchy
`tax_rate` int(10) UNSIGNED NOT NULL,
`ideology` int(10) UNSIGNED NULL, -- Socialism, Free Market
- `last_law_change` timestamp NOT NULL,
+ `last_law_change` timestamp NULL,
-- meta
`last_load` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,