aboutsummaryrefslogtreecommitdiffstats
path: root/sql/sqlite/patch-user_autocreate_serial.sql
blob: 79e7a6ac2221c843d9d66dcaa2e9c6a6139aaf16 (plain) (blame)
1
2
3
4
5
CREATE TABLE /*_*/user_autocreate_serial (
  uas_shard INTEGER UNSIGNED NOT NULL,
  uas_value INTEGER UNSIGNED NOT NULL,
  PRIMARY KEY(uas_shard)
);