mirror of
				https://github.com/nkanaev/yarr.git
				synced 2025-10-30 22:43:29 +00:00 
			
		
		
		
	cascade
This commit is contained in:
		| @@ -264,7 +264,7 @@ func m06_fill_missing_dates(tx *sql.Tx) error { | ||||
| func m07_add_feed_size(tx *sql.Tx) error { | ||||
| 	sql := ` | ||||
| 		create table if not exists feed_sizes ( | ||||
| 		 feed_id        references feeds(id) unique, | ||||
| 		 feed_id        references feeds(id) on delete cascade unique, | ||||
| 		 size           integer not null default 0 | ||||
| 		); | ||||
| 	` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user